2017-11-26 20:45:40 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-importers",
|
2021-08-10 04:17:55 +00:00
|
|
|
"version": "2.3.1-alpha.1",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2017-11-26 20:45:40 +00:00
|
|
|
"description": "Various data importers for Insomnia",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "packages/insomnia-importers"
|
|
|
|
},
|
2017-11-26 20:45:40 +00:00
|
|
|
"bugs": {
|
2021-05-13 11:31:33 +00:00
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
2017-11-26 20:45:40 +00:00
|
|
|
},
|
2021-05-12 06:35:00 +00:00
|
|
|
"main": "dist/src/index.js",
|
|
|
|
"types": "dist/src/index.d.ts",
|
2017-11-26 20:45:40 +00:00
|
|
|
"bin": {
|
2021-05-19 06:49:45 +00:00
|
|
|
"insomnia-import": "bin/cli"
|
2017-11-26 20:45:40 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"bootstrap": "npm run build",
|
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx",
|
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
|
|
"postclean": "rimraf dist",
|
|
|
|
"build": "tsc --build tsconfig.build.json",
|
2017-11-26 20:45:40 +00:00
|
|
|
"test": "jest --silent"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-18 21:21:52 +00:00
|
|
|
"@apidevtools/swagger-parser": "10.0.2",
|
2021-05-12 06:35:00 +00:00
|
|
|
"apiconnect-wsdl": "^1.8.31",
|
2020-04-07 18:00:57 +00:00
|
|
|
"change-case": "^4.1.1",
|
2021-05-12 06:35:00 +00:00
|
|
|
"commander": "^7.1.0",
|
2019-12-11 17:02:08 +00:00
|
|
|
"lodash": "^4.17.15",
|
2021-05-12 06:35:00 +00:00
|
|
|
"shell-quote": "^1.7.2",
|
|
|
|
"yaml": "^1.10.0"
|
2019-11-22 16:15:46 +00:00
|
|
|
},
|
2021-05-12 06:35:00 +00:00
|
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/lodash": "^4.14.168",
|
|
|
|
"@types/shell-quote": "^1.7.0",
|
|
|
|
"@types/yaml": "^1.9.7",
|
|
|
|
"openapi-types": "^7.0.1"
|
|
|
|
}
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|