-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
33 lines (33 loc) · 999 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": "overlayed-root",
"private": true,
"scripts": {
"start": "turbo start",
"start:canary": "turbo run start:canary",
"desktop": "pnpm turbo run start --filter=desktop",
"build": "turbo run build",
"build:desktop": "turbo run build:desktop",
"build:canary": "turbo run build:canary",
"check:format": "turbo run check:format",
"clean": "turbo run clean && rm -rf node_modules .turbo",
"lint": "turbo run lint",
"format": "turbo run format",
"dl-contrib": "tsx scripts/generate-contributors.ts"
},
"type": "module",
"devDependencies": {
"@actions/github": "^6.0.0",
"@aws-sdk/client-s3": "^3.738.0",
"@types/github-script": "github:actions/github-script",
"dotenv": "^16.4.7",
"eslint": "^9.19.0",
"lint": "workspace:*",
"octokit": "^4.1.0",
"prettier": "^3.4.2",
"tsconfig": "workspace:*",
"tsx": "^4.19.2",
"turbo": "^2.3.4",
"typescript": "~5.7.3"
},
"packageManager": "[email protected]"
}