2017-11-26 20:45:40 +00:00
|
|
|
{
|
2022-10-27 15:55:30 +00:00
|
|
|
"private": true,
|
2017-11-26 20:45:40 +00:00
|
|
|
"name": "insomnia-importers",
|
2022-11-02 15:05:27 +00:00
|
|
|
"version": "3.6.1-beta.3",
|
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",
|
2021-12-10 23:10:20 +00:00
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
2021-05-12 06:35:00 +00:00
|
|
|
"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",
|
2021-12-10 22:11:06 +00:00
|
|
|
"ramda": "^0.27.1",
|
|
|
|
"ramda-adjunct": "^2.33.0",
|
2022-02-08 16:37:36 +00:00
|
|
|
"shell-quote": "^1.7.2",
|
2021-05-12 06:35:00 +00:00
|
|
|
"yaml": "^1.10.0"
|
2019-11-22 16:15:46 +00:00
|
|
|
},
|
2021-05-12 06:35:00 +00:00
|
|
|
"devDependencies": {
|
2022-05-18 21:27:31 +00:00
|
|
|
"@jest/globals": "^28.1.0",
|
2021-12-10 22:11:06 +00:00
|
|
|
"@types/ramda": "^0.27.44",
|
2021-05-12 06:35:00 +00:00
|
|
|
"@types/shell-quote": "^1.7.0",
|
|
|
|
"@types/yaml": "^1.9.7",
|
|
|
|
"openapi-types": "^7.0.1"
|
|
|
|
}
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|