{ "name": "@familiaros/client", "version": "3.0.0", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/alvinunreal/familiaros.git", "directory": "packages/client" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "test": "pnpm test:build && node .test-dist/contracts/client-protocol.contract.js", "test:build": "tsc -p tsconfig.tests.json", "check": "pnpm typecheck && pnpm build && pnpm test", "typecheck": "tsc --noEmit", "build": "tsc", "smoke": "pnpm build && node dist/smoke.js", "smoke:status": "pnpm smoke status", "smoke:react": "pnpm smoke react", "smoke:say": "pnpm smoke say", "smoke:invalid-token": "pnpm smoke invalid-token" }, "devDependencies": { "@types/node": "^25.6.2", "typescript": "^6.0.3" } }