-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 936 Bytes
/
package.json
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
32
33
{
"name": "origin",
"private": true,
"scripts": {
"clean:branch": "git fetch --prune && git branch | grep -v '^*' | xargs git branch -D",
"clean:cache": "turbo clean",
"build:wiki": "turbo build --filter=wiki",
"build:home": "turbo build --filter=home",
"build:web": "turbo build --filter=web",
"build:all": "turbo build",
"dev:wiki": "turbo dev --filter=wiki",
"dev:home": "turbo dev --filter=home",
"dev:web": "turbo dev",
"start": "turbo start",
"lint": "turbo lint",
"format": "turbo format",
"prepare": "husky",
"preinstall": "corepack enable"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@hamsurang/typescript-config": "workspace:*",
"husky": "^9.0.11",
"nano-staged": "^0.8.0",
"turbo": "^2.0.7",
"typescript": "^5.4.5",
"@types/node": "20.13.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "20.13.0"
}
}