{ "name": "insomnia-config", "version": "2.3.3-alpha.4", "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", "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": { "insomnia-common": "2.3.3-alpha.4" }, "devDependencies": { "ajv": "^8.6.2", "ajv-errors": "^3.0.0", "jest": "^26.6.3", "ts-node": "^10.2.1", "typescript-json-schema": "^0.50.1" } }