- pnpm+turbo workspace, tsconfig base, .npmrc(Gitea 레지스트리) - 7 패키지 스텁(ds-sdk 리프 → ui/api-client type-only → client-shell/bff-kit; backup-core 신규) package.json 의존으로 DAG·역의존 금지 규칙 강제 - Apache-2.0 LICENSE + NOTICE/LOGO_ATTRIBUTION(벤더 상표 로고 미번들, URL-only) - .gitea/workflows/ci.yml(build/typecheck/lint · bind-env-drift · secret-scan · standalone-smoke) - scripts: bind-env-check(check-only 게이트) · standalone-smoke(lazy-require 불변식) 스켈레톤 - apps/ds-web standalone 데모 스텁 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
493 B
JSON
20 lines
493 B
JSON
{
|
|
"name": "yakcloud-packages",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.12.0",
|
|
"engines": { "node": ">=20" },
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"typecheck": "turbo run typecheck",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test",
|
|
"bind-env:check": "node scripts/bind-env-check.mjs",
|
|
"smoke:standalone": "node scripts/standalone-smoke.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.1.0",
|
|
"typescript": "^5.6.0",
|
|
"eslint": "^9.12.0"
|
|
}
|
|
}
|