generated from kibotrel/TS-Project-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.43 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
{
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@packages/prettier-config": "workspace:*",
"@rushstack/eslint-patch": "1.10.4",
"@types/node": "22.10.7",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-custom-alias": "1.3.2",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.4",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.24.0",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-vitest": "0.5.4",
"husky": "9.1.6",
"nodemon": "3.1.7",
"prettier": "3.3.3",
"tsc-alias": "1.8.10",
"typescript": "5.5.4",
"typescript-eslint": "8.6.0",
"vitest": "2.1.1"
},
"name": "@osu-tournament-manager",
"scripts": {
"format": "pnpm --filter=@packages/* format && pnpm --filter=./apps/* format",
"lint": "pnpm --filter=@packages/* lint && pnpm --filter=./apps/* lint",
"prepare": "pnpm husky && pnpm --filter=@packages/* build"
},
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
]
}