insomnia/packages/insomnia-importers/package.json
Dimitri Mitropoulos 5f4c19da35
[TypeScript] Phase 1 & 2 (#3370)
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-05-12 18:35:00 +12:00

42 lines
1.2 KiB
JSON
Executable File

{
"name": "insomnia-importers",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Various data importers for Insomnia",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/packages/insomnia-importers",
"bugs": {
"url": "https://github.com/kong/insomnia"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"insomnia-import": "./dist/src/cli"
},
"scripts": {
"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",
"test": "jest --silent"
},
"dependencies": {
"apiconnect-wsdl": "^1.8.31",
"change-case": "^4.1.1",
"commander": "^7.1.0",
"lodash": "^4.17.15",
"shell-quote": "^1.7.2",
"@apidevtools/swagger-parser": "10.0.2",
"yaml": "^1.10.0"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1",
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/shell-quote": "^1.7.0",
"@types/yaml": "^1.9.7",
"openapi-types": "^7.0.1"
}
}