Files
yaak/plugins/filter-xpath/package.json
Gregory Schier 77825ee89e Update plugins
2024-07-19 14:39:10 -07:00

17 lines
302 B
JSON

{
"name": "filter-xpath",
"version": "0.0.1",
"scripts": {
"build": "yaakcli ./src/index.js"
},
"dependencies": {
"@types/node": "^20.14.9",
"@xmldom/xmldom": "^0.8.10",
"typescript": "^5.5.2",
"xpath": "^0.0.34"
},
"devDependencies": {
"esbuild": "^0.21.5"
}
}