-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 898 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 898 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
{
"name": "cinabono-engine",
"private": true,
"scripts": {
"prod": "turbo run prod",
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo run test",
"clean": "rimraf --glob **/dist **/.turbo **/*.tsbuildinfo apps/web/node_modules/.vite"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/node": "^24.3.1",
"eslint": "^9.33.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"rimraf": "^6.1.3",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"turbo": "^2.5.6",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0"
},
"packageManager": "pnpm@10.15.0"
}