Files
yaak-mountain-loop/plugins/filter-xpath/package.json
dependabot[bot] 7109db911a Bump @xmldom/xmldom from 0.9.8 to 0.9.10 (#444)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-23 06:37:45 -07:00

16 lines
334 B
JSON

{
"name": "@yaak/filter-xpath",
"displayName": "XPath Filter",
"version": "0.1.0",
"private": true,
"description": "Filter response XML data using XPath expressions",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.10",
"xpath": "^0.0.34"
}
}