-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "openng",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types",
"test": "turbo run test",
"import-json": "tsx scripts/import-json/index.ts",
"validate-staging": "tsx scripts/validate-staging/index.ts",
"migrate-to-prod": "tsx scripts/migrate-to-prod/index.ts"
},
"devDependencies": {
"@openng/typescript-config": "workspace:*",
"@types/node": "^22.15.3",
"@openng/db": "workspace:*",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.44.0",
"prettier": "^3.7.4",
"tsx": "^4.7.1",
"turbo": "^2.9.3",
"typescript": "5.9.2",
"zod": "^3.24.0"
},
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=22"
}
}