mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-16 08:36:40 +01:00
21 lines
489 B
JSON
21 lines
489 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 ./src/index.ts",
|
|
"dev": "yaakcli dev",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath-plus": "^10.3.0",
|
|
"xpath": "^0.0.34",
|
|
"@xmldom/xmldom": "^0.8.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonpath": "^0.2.4"
|
|
}
|
|
}
|