2024-04-12 14:24:14 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "insomnia-sdk",
|
2024-07-30 14:15:54 +00:00
|
|
|
"version": "9.3.3-beta.5",
|
2024-04-12 14:24:14 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "src/objects/index.ts",
|
|
|
|
"types": "src/objects/index.ts",
|
|
|
|
"scripts": {
|
2024-07-26 14:56:56 +00:00
|
|
|
"test": "vitest run"
|
2024-04-12 14:24:14 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2024-04-15 08:14:00 +00:00
|
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
|
|
"dependencies": {
|
2024-05-23 07:25:35 +00:00
|
|
|
"@types/deep-equal": "^1.0.4",
|
2024-04-26 11:44:01 +00:00
|
|
|
"@types/tv4": "^1.2.33",
|
2024-04-15 08:14:00 +00:00
|
|
|
"@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",
|
2024-05-23 07:25:35 +00:00
|
|
|
"deep-equal": "^2.2.3",
|
2024-04-15 08:14:00 +00:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"moment": "^2.30.1",
|
|
|
|
"tv4": "^1.3.0",
|
|
|
|
"uuid": "^9.0.1",
|
|
|
|
"xml2js": "^0.6.2"
|
|
|
|
}
|
2024-04-12 14:24:14 +00:00
|
|
|
}
|