Files
yaak/plugins/template-function-xml/package.json
2025-07-05 15:40:41 -07:00

15 lines
299 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",
"lint": "tsc --noEmit"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"xpath": "^0.0.34"
}
}