Files
yaak/plugins/template-function-xml/package.json
Gregory Schier fa98351e30 Fix lint
2025-09-21 08:04:47 -07:00

17 lines
386 B
JSON
Executable File

{
"name": "@yaak/template-function-xml",
"displayName": "XML Template Functions",
"description": "Template functions for working with XML data",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint":"eslint . --ext .ts,.tsx"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.8",
"xpath": "^0.0.34"
}
}