-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
40
41
42
43
44
45
46
47
48
{
"name": "doss",
"private": true,
"description": "Duplicated version of Toss application",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo clean",
"db:deploy": "turbo db:deploy",
"db:generate": "turbo db:generate",
"db:migrate": "turbo db:migrate",
"db:push": "turbo db:push db:generate",
"db:seed": "turbo db:seed",
"db:studio": "pnpm -F db dev",
"dev": "turbo dev --parallel",
"format:fix": "biome format --write .",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"sort-package-json": "sort-package-json \"package.json\" \"apps/*/package.json\" \"packages/*/package.json\" \"packages/config/*/package.json\"",
"test": "turbo test",
"type-check": "turbo type-check"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/types": "^19.0.3",
"@doss/tsconfig": "workspace:*",
"@types/node": "^20.16.5",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"devmoji": "^2.3.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"oxlint": "^0.9.3",
"sort-package-json": "^2.10.1",
"turbo": "^2.1.1",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"packageManager": "pnpm@9.9.0",
"engines": {
"node": "20"
},
"ct3aMetadata": {
"initVersion": "7.32.1"
}
}