mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-30 12:34:15 +02:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
334 B
JSON
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"
|
|
}
|
|
}
|