insomnia/plugins/insomnia-plugin-jsonpath/package.json
Opender Singh b94367ffd8
Mark packages and plugins as private (#4311)
This reverts commit 96265ae6b5.

Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-12-22 15:43:30 -05:00

27 lines
690 B
JSON

{
"private": true,
"name": "insomnia-plugin-jsonpath",
"version": "2.4.1",
"author": "Kong <office@konghq.com>",
"description": "Template tag to pull data from JSON strings",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-jsonpath"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "index.js",
"insomnia": {
"name": "json-path",
"description": "Template tag to pull data out of JSON strings",
"unlisted": true
},
"dependencies": {
"jsonpath-plus": "^6.0.1"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}