25 lines
529 B
JSON
25 lines
529 B
JSON
{
|
|
"name": "dbis-monorepo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "DBIS monorepo for all DBIS-related projects",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"test": "turbo run test",
|
|
"lint": "turbo run lint",
|
|
"type-check": "turbo run type-check",
|
|
"clean": "turbo run clean",
|
|
"dev": "turbo run dev"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^1.11.0",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"packageManager": "pnpm@8.15.0"
|
|
}
|
|
|