insomnia/plugins/insomnia-plugin-core-themes/package.json
2023-02-10 13:46:22 +00:00

25 lines
552 B
JSON

{
"private": true,
"name": "insomnia-plugin-core-themes",
"version": "3.13.0-beta.2",
"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"
}
}