mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 13:43:39 +01:00
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"name": "@yaakapp/template-function-response",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.ts",
|
|
"dev": "yaakcli dev ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath-plus": "^9.0.0",
|
|
"xpath": "^0.0.34",
|
|
"@xmldom/xmldom": "^0.8.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonpath": "^0.2.4"
|
|
}
|
|
}
|