forked from vercel/modelfusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 698 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
{
"private": true,
"scripts": {
"build": "turbo build",
"build:dtsMap": "turbo build:dtsMap",
"clean": "rimraf .turbo node_modules/.cache/turbo && pnpm --filter \"./packages/**\" clean && pnpm --filter \"./examples/**\" clean",
"lint": "turbo lint",
"setup": "husky install",
"test": "turbo test",
"format": "prettier --write \"**/*.{ts,json}\" --config .prettierrc.json"
},
"devDependencies": {
"copyfiles": "2.4.1",
"husky": "8.0.3",
"prettier": "3.2.4",
"lint-staged": "15.2.0",
"rimraf": "5.0.5",
"tsx": "4.7.0",
"turbo": "1.11.3",
"tsup": "8.0.1",
"typescript": "5.3.3",
"vite": "5.0.12",
"vitest": "1.2.1"
}
}