Files
yaak/plugins/template-function-response/package.json
Gregory Schier fa98351e30 Fix lint
2025-09-21 08:04:47 -07:00

21 lines
483 B
JSON

{
"name": "@yaak/template-function-response",
"displayName": "Response Template Functions",
"description": "Template functions for request chaining",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint":"eslint . --ext .ts,.tsx"
},
"dependencies": {
"jsonpath-plus": "^10.3.0",
"xpath": "^0.0.34",
"@xmldom/xmldom": "^0.9.8"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4"
}
}