-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 759 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
{
"name": "orange-cloud",
"private": true,
"author": "chen2he <z@hz.do>",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://o-c.do",
"repository": {
"type": "git",
"url": "git+https://github.com/chen2he/orange-cloud.git"
},
"bugs": {
"url": "https://github.com/chen2he/orange-cloud/issues"
},
"scripts": {
"dev": "turbo dev --filter=web",
"build": "turbo build",
"deploy:web": "turbo deploy --filter=web",
"preview:web": "turbo preview --filter=web",
"lint": "turbo lint",
"changelog:gen": "pnpm --filter @orange-cloud/changelog gen",
"changelog:check": "pnpm --filter @orange-cloud/changelog check"
},
"devDependencies": {
"turbo": "^2.5.0"
},
"packageManager": "pnpm@11.5.1"
}