-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 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
{
"name": "youth-with-dreams",
"private": true,
"scripts": {
"commit": "cz-customizable",
"build": "turbo build",
"build:tme-app": "turbo build --scope=tme-app",
"build:tme-bot": "turbo build --scope=tme-bot",
"dev": "turbo dev",
"dev:tme-app": "turbo dev --scope=tme-app",
"dev:tme-bot": "turbo dev --scope=tme-bot",
"start:tme-app": "turbo start --scope=tme-app",
"start:tme-bot": "turbo start --scope=tme-bot",
"deploy:tme-bot": "turbo deploy --scope=tme-bot",
"lint": "turbo lint",
"format": "npx prettier --write ."
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"prettier": "^3.2.5",
"turbo": "latest"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable/"
}
},
"commit": "./node_modules/cz-customizable/standalone.js",
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}