-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1015 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
35
36
37
{
"name": "@infinite-loop-factory/app-factory",
"private": true,
"scripts": {
"clean": "git clean -xdf node_modules",
"gen": "turbo gen",
"lint": "turbo run lint",
"prepare": "husky",
"sort-package-json": "sort-package-json \"package.json\" \"apps/*/package.json\" \"packages/*/package.json\"",
"start": "tsx scripts/start.ts",
"test": "turbo run test"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@turbo/gen": "^2.1.3",
"chalk": "^5.3.0",
"devmoji": "^2.3.0",
"es-toolkit": "^1.24.0",
"husky": "^9.1.6",
"inquirer": "^12.0.0",
"lint-staged": "^15.2.10",
"sort-package-json": "^2.10.1",
"tsx": "^4.19.1",
"turbo": "^2.1.3",
"type-fest": "catalog:",
"typescript": "catalog:",
"yaml": "^2.5.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20",
"pnpm": ">=9"
}
}