23 lines
620 B
JSON
23 lines
620 B
JSON
{
|
|
"name": "aidoit",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.0.0",
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"lint": "turbo lint",
|
|
"typecheck": "turbo typecheck",
|
|
"test": "turbo test",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"dev:web": "pnpm --filter @aidoit/web dev",
|
|
"dev:msp": "pnpm --filter @aidoit/msp dev",
|
|
"dev:api": "cd apps/api && python -m uvicorn app.main:app --reload --port 8000"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.5.0",
|
|
"turbo": "^2.5.0",
|
|
"typescript": "^5.8.0"
|
|
}
|
|
} |