{ "private": true, "name": "insomnia-testing", "license": "Apache-2.0", "version": "12.2.0", "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": "vitest run", "type-check": "tsc --project tsconfig.json" }, "homepage": "https://github.com/Kong/insomnia#readme", "description": "" }