-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
34 lines (34 loc) · 1021 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
34
{
"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.592.0",
"@types/github-script": "github:actions/github-script",
"dotenv": "^16.4.5",
"eslint": "^9.3.0",
"glob": "^10.3.10",
"lint": "workspace:*",
"octokit": "^3.1.2",
"prettier": "^3.2.5",
"tsconfig": "workspace:*",
"tsx": "^4.7.1",
"turbo": "^2.0.4",
"typescript": "~5.1.6"
},
"packageManager": "[email protected]"
}