{ "name": "@ai-tycoon/shared", "private": true, "version": "0.0.1", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "vitest run" }, "devDependencies": { "@ai-tycoon/tsconfig": "workspace:*", "typescript": "^5.8.0" } }