2020-04-26 20:33:39 +00:00
|
|
|
{
|
2021-12-22 20:43:30 +00:00
|
|
|
"private": true,
|
2020-04-26 20:33:39 +00:00
|
|
|
"name": "insomnia-plugin-kong-portal",
|
2022-03-28 15:17:18 +00:00
|
|
|
"version": "2.10.0-beta.0",
|
2020-04-26 20:33:39 +00:00
|
|
|
"main": "dist/index.js",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2021-05-13 11:31:33 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "plugins/insomnia-plugin-kong-portal"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
|
|
},
|
2020-04-26 20:33:39 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --config webpack.config.js --display errors-only",
|
2020-08-17 21:34:17 +00:00
|
|
|
"watch": "webpack --config webpack.config.js --watch",
|
2020-08-28 00:22:33 +00:00
|
|
|
"prepare": "npm run build"
|
2020-04-26 20:33:39 +00:00
|
|
|
},
|
|
|
|
"insomnia": {
|
|
|
|
"name": "kong-portal",
|
2021-11-10 07:42:41 +00:00
|
|
|
"description": "Deploy API specifications to Kong Portal",
|
|
|
|
"unlisted": true
|
2020-04-26 20:33:39 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.9.0",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.8.3",
|
2021-03-24 02:38:09 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|
2020-04-26 20:33:39 +00:00
|
|
|
"@babel/preset-env": "^7.9.0",
|
|
|
|
"@babel/preset-flow": "^7.9.0",
|
|
|
|
"@babel/preset-react": "^7.9.4",
|
2020-09-14 20:55:18 +00:00
|
|
|
"autobind-decorator": "^2.4.0",
|
2022-03-28 15:17:18 +00:00
|
|
|
"insomnia-components": "2.10.0-beta.0",
|
2022-03-18 15:16:15 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-05-12 06:35:00 +00:00
|
|
|
"styled-components": "^4.4.1",
|
2020-09-14 20:55:18 +00:00
|
|
|
"url-join": "^4.0.1",
|
2020-08-20 18:44:08 +00:00
|
|
|
"webpack": "^4.42.1",
|
2020-09-14 20:55:18 +00:00
|
|
|
"webpack-cli": "^3.3.11"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2020-04-26 20:33:39 +00:00
|
|
|
}
|