mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-plugin-prompt",
|
|
"version": "3.8.0",
|
|
"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",
|
|
"unlisted": true
|
|
},
|
|
"scripts": {
|
|
"test": "node --version"
|
|
}
|
|
}
|