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-04-07 16:59:54 +00:00
|
|
|
"version": "2.12.0-beta.0",
|
2020-04-26 20:33:39 +00:00
|
|
|
"main": "dist/index.js",
|
2022-04-04 12:17:01 +00:00
|
|
|
"types": "dist/index.d.ts",
|
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": {
|
2022-04-04 12:17:01 +00:00
|
|
|
"prebuild": "npm run clean",
|
|
|
|
"build:source": "esr esbuild.ts",
|
|
|
|
"build:types": "tsc --build tsconfig.build.json",
|
|
|
|
"build": "concurrently --names source,types \"npm run build:source\" \"npm run build:types\"",
|
|
|
|
"clean": "rimraf dist",
|
|
|
|
"bootstrap": "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
|
|
|
},
|
2022-04-04 12:17:01 +00:00
|
|
|
"dependencies": {
|
|
|
|
"url-join": "^4.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-19 18:34:14 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"styled-components": "^5.3.3",
|
2022-04-04 12:17:01 +00:00
|
|
|
"@types/react": "^16.14.5",
|
|
|
|
"@types/react-dom": "^16.9.12",
|
2022-04-08 14:47:39 +00:00
|
|
|
"@types/styled-components": "^5.1.23",
|
2022-04-04 12:17:01 +00:00
|
|
|
"@types/url-join": "^4.0.1",
|
|
|
|
"axios": "^0.21.2",
|
|
|
|
"concurrently": "^7.0.0",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"esbuild": "^0.14.29",
|
|
|
|
"esbuild-runner": "^2.2.1",
|
|
|
|
"rimraf": "3.0.2",
|
|
|
|
"typescript": "^4.5.5"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2020-04-26 20:33:39 +00:00
|
|
|
}
|