insomnia/plugins/insomnia-plugin-prompt/package.json

26 lines
594 B
JSON

{
"name": "insomnia-plugin-prompt",
"version": "2.2.35",
"author": "Kong <office@konghq.com>",
"description": "Insomnia prompt template tag",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-prompt"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "index.js",
"insomnia": {
"name": "prompt",
"core": true,
"unlisted": true
},
"scripts": {
"test": "node --version"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}