{ "name": "@yakcloud/bff-kit", "version": "0.0.0", "description": "서버·BFF: respond/session/ratelimit/serialize/handlers. ⛔ api-client 참조 금지.", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "publishConfig": { "registry": "https://gitea.yakenator.io/api/packages/yakcloud/npm/" }, "scripts": { "build": "tsc -b", "typecheck": "tsc --noEmit", "lint": "eslint src", "test": "echo \"(no tests yet)\"" }, "dependencies": { "zod": "^4.4.3", "@yakcloud/ds-sdk": "workspace:*", "@yakcloud/auth-adapter": "workspace:*" }, "peerDependencies": { "next": ">=15" } }