mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
87651b3bc6
- insomnia-app@1.1.4 - insomnia-importers@2.0.18 - insomnia-plugin-response@1.0.21
25 lines
613 B
JSON
Executable File
25 lines
613 B
JSON
Executable File
{
|
|
"name": "insomnia-importers",
|
|
"version": "2.0.18",
|
|
"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.20.0",
|
|
"shell-quote": "^1.6.1",
|
|
"swagger-parser": "^6.0.5",
|
|
"yaml": "^1.5.0"
|
|
}
|
|
}
|