2017-12-21 14:01:51 +00:00
|
|
|
{
|
2022-10-27 15:55:30 +00:00
|
|
|
"private": true,
|
2017-12-21 14:01:51 +00:00
|
|
|
"name": "insomnia-plugin-prompt",
|
2022-11-02 15:05:27 +00:00
|
|
|
"version": "3.6.1-beta.3",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2017-12-21 14:01:51 +00:00
|
|
|
"description": "Insomnia prompt template tag",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "plugins/insomnia-plugin-prompt"
|
|
|
|
},
|
2017-12-21 14:01:51 +00:00
|
|
|
"bugs": {
|
2021-05-13 11:31:33 +00:00
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
2017-12-21 14:01:51 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"insomnia": {
|
2020-04-27 22:01:44 +00:00
|
|
|
"name": "prompt",
|
|
|
|
"unlisted": true
|
2017-12-21 14:01:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "node --version"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2017-12-21 14:01:51 +00:00
|
|
|
}
|