{ "private": true, "name": "insomnia-testing", "license": "Apache-2.0", "version": "3.19.0-beta.10", "author": "Kong ", "repository": { "type": "git", "url": "git+https://github.com/Kong/insomnia.git", "directory": "packages/insomnia-testing" }, "bugs": { "url": "https://github.com/Kong/insomnia/issues" }, "main": "src/index.ts", "types": "src/index.ts", "scripts": { "lint": "eslint . --ext .js,.ts,.tsx --cache", "test": "jest", "build": "tsc --build tsconfig.build.json", "watch": "npm run build -- --watch" }, "devDependencies": { "@jest/globals": "^28.1.0", "@types/chai": "^4.2.15", "@types/mocha": "^10.0.1", "typescript": "^5.1.6" }, "dependencies": { "chai": "^4.3.4", "mocha": "^10.2.0" }, "homepage": "https://github.com/Kong/insomnia#readme", "description": "" }