forked from enpitsuLin/skland-daily-attendance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 903 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
38
39
{
"name": "skland-daily-attendance",
"type": "module",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "",
"author": "",
"license": "MIT",
"keywords": [],
"main": "index.js",
"scripts": {
"attendance": "tsx main.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest"
},
"dependencies": {
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"node-forge": "^1.3.1",
"ofetch": "^1.4.1",
"pako": "^2.1.0",
"tsx": "^4.19.2",
"ufo": "^1.5.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@types/crypto-js": "^4.2.2",
"@types/eslint": "^8.56.12",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.17.10",
"@types/node-forge": "^1.3.11",
"@types/pako": "^2.0.3",
"eslint": "^9.17.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}