mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
78c4a18f0b
* makes all package.json author fields consistent * adds Preston Alvarado as a contributor per review feedback.
42 lines
1.2 KiB
JSON
Executable File
42 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "insomnia-importers",
|
|
"version": "2.2.35",
|
|
"author": "Kong <office@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"
|
|
}
|
|
}
|