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