mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
39 lines
937 B
JSON
39 lines
937 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-sdk",
|
|
"version": "9.3.3-beta.2",
|
|
"description": "",
|
|
"main": "src/objects/index.ts",
|
|
"types": "src/objects/index.ts",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/insomnia-testing"
|
|
},
|
|
"author": "Kong <office@konghq.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
"dependencies": {
|
|
"@types/deep-equal": "^1.0.4",
|
|
"@types/tv4": "^1.2.33",
|
|
"@types/xml2js": "^0.4.14",
|
|
"ajv": "^8.12.0",
|
|
"chai": "^5.1.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"crypto-js": "^4.2.0",
|
|
"csv-parse": "^5.5.5",
|
|
"deep-equal": "^2.2.3",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.30.1",
|
|
"tv4": "^1.3.0",
|
|
"uuid": "^9.0.1",
|
|
"xml2js": "^0.6.2"
|
|
}
|
|
}
|