mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "openapi-2-kong",
|
|
"license": "Apache-2.0",
|
|
"version": "2.11.0-beta.0",
|
|
"author": "Kong <office@konghq.com>",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"bootstrap": "npm run build",
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
"postclean": "rimraf dist",
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"test": "jest",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"openapi-types": "^8.0.0",
|
|
"slugify": "1.6.5",
|
|
"swagger-parser": "^10.0.3",
|
|
"url-join": "^4.0.1",
|
|
"yaml": "2.0.0-5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/url-join": "^4.0.0",
|
|
"@types/yaml": "^1.9.7",
|
|
"jest": "^26.6.3",
|
|
"type-fest": "^2.12.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/openapi-2-kong"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
}
|
|
}
|