{ "name": "@monkeytype/shared-types", "private": true, "scripts": { "dev": "rimraf ./dist && tsc --watch --preserveWatchOutput", "build": "rimraf ./dist && tsc", "ts-check": "tsc --noEmit", "lint": "eslint \"./**/*.ts\"" }, "dependencies": { "@monkeytype/contracts": "workspace:*" }, "devDependencies": { "@monkeytype/eslint-config": "workspace:*", "@monkeytype/typescript-config": "workspace:*", "rimraf": "5.0.9", "typescript": "5.5.3", "eslint": "8.57.0" }, "exports": { ".": { "default": "./dist/index.js", "types": "./dist/index.d.ts" }, "./*": { "default": "./dist/*.js", "types": "./dist/*.d.ts" } } }