insomnia/plugins/insomnia-plugin-core-themes/package.json

25 lines
545 B
JSON

{
"private": false,
"name": "insomnia-plugin-core-themes",
"version": "3.6.0",
"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"
}
}