mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 21:53:36 +01:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"name": "@yaakapp/template-function-response",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.ts",
|
|
"dev": "yaakcli dev ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath-plus": "^10.3.0",
|
|
"xpath": "^0.0.34",
|
|
"@xmldom/xmldom": "^0.8.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonpath": "^0.2.4"
|
|
}
|
|
}
|