mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-16 22:16:49 +01:00
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"name": "filter-xpath",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@yaakapp/api": "^0.1.13",
|
|
"@xmldom/xmldom": "^0.8.10",
|
|
"xpath": "^0.0.34"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.9",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|