mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 21:53:36 +01:00
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"name": "@yaak/filter-xpath",
|
|
"displayName": "XPath Filter",
|
|
"description": "Filter response XML data using XPath expressions",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"lint":"tsc --noEmit && eslint . --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "^0.9.8",
|
|
"xpath": "^0.0.34"
|
|
}
|
|
}
|