mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
7bdaa82f38
- insomnia-app@1.0.16 - insomnia-importers@2.0.3
24 lines
589 B
JSON
Executable File
24 lines
589 B
JSON
Executable File
{
|
|
"name": "insomnia-importers",
|
|
"version": "2.0.3",
|
|
"author": "Gregory Schier <gschier1990@gmail.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": {
|
|
"commander": "^2.9.0",
|
|
"shell-quote": "^1.6.1",
|
|
"swagger-parser": "^4.0.1"
|
|
}
|
|
}
|