33 lines
899 B
JSON
33 lines
899 B
JSON
{
|
|
"name": "iconsulting",
|
|
"version": "1.0.0",
|
|
"description": "Hong Kong Immigration Consulting System based on Claude Agent SDK",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*",
|
|
"packages/services/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test",
|
|
"clean": "turbo run clean && rm -rf node_modules",
|
|
"db:migrate": "turbo run db:migrate",
|
|
"docker:dev": "docker-compose -f infrastructure/docker/docker-compose.dev.yml up -d",
|
|
"docker:down": "docker-compose -f infrastructure/docker/docker-compose.dev.yml down"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.0.0",
|
|
"typescript": "^5.3.0",
|
|
"@types/node": "^20.10.0",
|
|
"prettier": "^3.1.0",
|
|
"eslint": "^8.55.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"packageManager": "pnpm@8.15.0"
|
|
}
|