-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 831 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 831 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
{
"name": "cophrase",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "turbo format",
"typecheck": "turbo typecheck",
"test:e2e": "turbo test:e2e",
"dev:s3": "minio server ./.minio-data --console-address :9001",
"dev:debug": "turbo dev & pnpm --filter web exec npx workflow web --backend @workflow/world-postgres",
"db:workflow-setup": "pnpm --filter web exec workflow-postgres-setup"
},
"devDependencies": {
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"turbo": "^2.8.8",
"typescript": "5.9.3"
},
"packageManager": "pnpm@9.0.6",
"engines": {
"node": ">=20"
}
}