insomnia/plugins/insomnia-plugin-kong-portal/package.json
insomnia-infra 6aa7cf1697
🚀 2023.4.0 (#6086)
* v3.18.0

* Bump app version to 2023.4.0 and lerna package versions

---------

Co-authored-by: Jack Kavanagh <3679927+jackkav@users.noreply.github.com>
2023-07-04 21:50:03 +02:00

50 lines
1.3 KiB
JSON

{
"private": true,
"name": "insomnia-plugin-kong-portal",
"version": "3.18.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.16.0",
"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"
}
}