Files
yaak/src-tauri/vendored/plugins/template-function-response/package.json
Gregory Schier fdb4331032 Build plugins
2025-01-14 11:03:15 -08:00

18 lines
370 B
JSON
Generated

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