insomnia/plugins/insomnia-plugin-core-themes/package.json
2022-02-08 11:39:25 -05:00

26 lines
608 B
JSON

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