-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 934 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
{
"name": "attendance-system",
"version": "3.9.28",
"main": "index.js",
"repository": "[email protected]:Team3132/AttendanceSystem.git",
"author": "Sebastian Pietschner <[email protected]>",
"license": "MIT",
"private": true,
"workspaces": ["packages/*"],
"packageManager": "[email protected]",
"engines": {
"node": "23.7.0"
},
"scripts": {
"build": "pnpm buildtypes && pnpm run -r build",
"buildtypes:bot": "pnpm tsc -b packages/bot",
"buildtypes:frontend": "pnpm tsc -b packages/frontend",
"buildtypes": "pnpm buildtypes:frontend && pnpm buildtypes:bot",
"format": "pnpm biome format ./",
"lint": "pnpm biome lint ./",
"check": "pnpm biome check ./",
"knip": "knip"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.12",
"@types/node": "22.13.2",
"knip": "5.44.1",
"lefthook": "1.10.10",
"typescript": "5.7.3"
}
}