Files
yaak-mountain-loop/plugins/template-function-response/package.json
Gregory Schier e213c76870 More plugins (#4)
2025-01-14 10:52:32 -08:00

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"
}
}