{ "private": true, "name": "insomnia-sdk", "version": "9.3.3-beta.5", "description": "", "main": "src/objects/index.ts", "types": "src/objects/index.ts", "scripts": { "test": "vitest run", "type-check": "tsc --noEmit --project tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/Kong/insomnia.git", "directory": "packages/insomnia-testing" }, "author": "Kong ", "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" } }