{ "private": false, "name": "insomnia-config", "version": "3.1.0", "homepage": "https://insomnia.rest", "description": "Configuration for Insomnia", "author": "Kong ", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Kong/insomnia.git", "directory": "packages/insomnia-config" }, "bugs": { "url": "https://github.com/kong/insomnia/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "bootstrap": "npm run generate", "lint": "eslint . --ext .js,.ts,.tsx --cache", "lint:fix": "npm run lint -- --fix", "test": "jest", "pregenerate": "npm run build", "generate": "ts-node ./src/generated/generate.ts", "clean": "tsc --build tsconfig.build.json --clean", "prebuild": "npm run clean", "build": "tsc --build tsconfig.build.json" }, "dependencies": { "@apideck/better-ajv-errors": "^0.2.6", "ajv": "^8.6.2", "insomnia-common": "3.1.0" }, "devDependencies": { "jest": "^28.1.0", "ts-node": "^10.2.1", "typescript": "^4.5.5", "typescript-json-schema": "^0.50.1" } }