Files
yaak/plugins/template-function-response/package.json
Gregory Schier 9df586cb59 NPM workspaces
2024-09-30 18:11:51 -07:00

18 lines
361 B
JSON

{
"name": "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"
}
}