{ "private": true, "name": "insomnia-sdk", "version": "9.0.0", "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 ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Kong/insomnia/issues" }, "homepage": "https://github.com/Kong/insomnia#readme", "dependencies": { "@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", "lodash": "^4.17.21", "moment": "^2.30.1", "tv4": "^1.3.0", "uuid": "^9.0.1", "xml2js": "^0.6.2" } }