-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.25 KB
/
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
35
36
37
38
39
{
"name": "@cocoa-discord/turborepo",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build:app": "FORCE_COLOR=2 turbo run build:app",
"build": "FORCE_COLOR=2 turbo run build",
"dev": "FORCE_COLOR=2 turbo run dev --parallel",
"lint": "FORCE_COLOR=2 turbo run lint",
"format": "FORCE_COLOR=2 turbo run format",
"test": "FORCE_COLOR=2 turbo run test",
"test:cov": "FORCE_COLOR=2 turbo run test:cov",
"docs": "FORCE_COLOR=2 turbo run docs --parallel && bash postdoc.bash",
"music": "FORCE_COLOR=2 pnpm --filter=@cocoa-discord/music-module bot"
},
"devDependencies": {
"@leomotors/config": "^0.11.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.10",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"prettier": "^3.3.3",
"turbo": "^2.1.3",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"pnpm": {
"overrides": {
"discord-api-types": "^0.37.101"
}
}
}