chore(repo): initialize planarchy workspace
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "planarchy",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "turbo dev",
|
||||
"build": "turbo build",
|
||||
"lint": "turbo lint",
|
||||
"test": "turbo test",
|
||||
"test:unit": "turbo test:unit",
|
||||
"test:e2e": "turbo test:e2e",
|
||||
"db:push": "pnpm --filter @planarchy/db db:push",
|
||||
"db:migrate": "pnpm --filter @planarchy/db db:migrate",
|
||||
"db:seed": "pnpm --filter @planarchy/db db:seed",
|
||||
"db:studio": "pnpm --filter @planarchy/db db:studio",
|
||||
"db:readiness:demand-assignment": "pnpm --filter @planarchy/db db:readiness:demand-assignment",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",
|
||||
"typecheck": "turbo typecheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@planarchy/eslint-config": "workspace:*",
|
||||
"@planarchy/tsconfig": "workspace:*",
|
||||
"prettier": "^3.3.3",
|
||||
"turbo": "^2.3.3",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0",
|
||||
"pnpm": ">=9.0.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.14.2"
|
||||
}
|
||||
Reference in New Issue
Block a user