37 lines
918 B
JSON
37 lines
918 B
JSON
{
|
|
"name": "@kthulu/root",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"packageManager": "pnpm@9.0.0",
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"dev:cli": "pnpm --filter @kthulu/cli dev --",
|
|
"dev:api": "pnpm --filter @kthulu/api dev",
|
|
"dev:web": "pnpm --filter @kthulu/web dev",
|
|
"build": "turbo build",
|
|
"test": "turbo test",
|
|
"typecheck": "turbo typecheck",
|
|
"lint": "eslint 'codebase/**/*.{ts,tsx}'",
|
|
"kthulu": "pnpm --filter @kthulu/cli dev --"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/workspace-runner": "^1.1.0",
|
|
"eslint": "^9.39.2",
|
|
"tsx": "^4.19.0",
|
|
"turbo": "latest",
|
|
"typescript": "^5.8.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@lilith/nestjs-health": "^1.0.33"
|
|
},
|
|
"packageExtensions": {
|
|
"@lilith/service-nestjs-bootstrap": {
|
|
"dependencies": {
|
|
"@lilith/nestjs-health": "^1.0.33"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|