insomnia/packages/insomnia-importers/package.json
Gregory Schier 08d57747ba v2.1.1
2019-12-12 15:40:12 -05:00

28 lines
730 B
JSON
Executable File

{
"name": "insomnia-importers",
"version": "2.1.1",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Various data importers for Insomnia",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/packages/insomnia-importers",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
},
"main": "index.js",
"bin": {
"insomnia-import": "./bin/cli"
},
"scripts": {
"test": "jest --silent"
},
"dependencies": {
"apiconnect-wsdl": "^1.8.10",
"commander": "^2.20.0",
"lodash": "^4.17.15",
"shell-quote": "^1.6.1",
"swagger-parser": "^6.0.5",
"yaml": "^1.5.0"
},
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
}