insomnia/plugins/insomnia-plugin-response/package.json
Jack Kavanagh cc3a7cbbda
move xpath query to insomnia src (#5388)
* remove xpath query package

* fix tests

* install types

* fix test
2022-11-10 13:13:02 +00:00

31 lines
681 B
JSON

{
"private": true,
"name": "insomnia-plugin-response",
"version": "3.6.1-beta.3",
"author": "Kong <office@konghq.com>",
"description": "Insomnia response template tag",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-response"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "index.js",
"insomnia": {
"name": "response",
"unlisted": true
},
"scripts": {
"test": "jest --silent"
},
"dependencies": {
"iconv-lite": "^0.6.3",
"jsonpath-plus": "^6.0.1",
"xmldom": "^0.5.0",
"xpath": "0.0.32"
}
}