Files
yaak/plugins/template-function-xml/package.json
Gregory Schier 36bbb87a5e Mostly working
2025-07-03 11:48:17 -07:00

14 lines
271 B
JSON
Executable File

{
"name": "@yaak/template-function-xml",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev ./src/index.js"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"xpath": "^0.0.34"
}
}