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

14 lines
262 B
JSON

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