mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-plugin-kong-portal",
|
|
"version": "3.4.1-beta.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"author": "Kong <office@konghq.com>",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"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"
|
|
},
|
|
"insomnia": {
|
|
"name": "kong-portal",
|
|
"description": "Deploy API specifications to Kong Portal",
|
|
"unlisted": true
|
|
},
|
|
"dependencies": {
|
|
"url-join": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.14.5",
|
|
"@types/react-dom": "^16.9.12",
|
|
"@types/styled-components": "^5.1.23",
|
|
"@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",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"rimraf": "3.0.2",
|
|
"styled-components": "^5.3.3",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|