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

25 lines
545 B
JSON
Raw Normal View History

{
"private": true,
"name": "insomnia-plugin-core-themes",
2023-06-27 18:51:25 +00:00
"version": "3.17.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"
}
}