-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 KB
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
49
{
"name": "statistics",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"speed": "ts-node ./__tests__/speedtest.ts",
"sysinfo": "ts-node ./__tests__/sysinfo.ts",
"apikey": "ts-node ./cli/apikey.ts",
"server": "ts-node ./index.ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"@types/axios": "^0.9.36",
"@types/bcryptjs": "^2.4.6",
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/express-session": "^1.18.2",
"@types/node": "^24.3.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.21",
"axios": "^1.11.0",
"bcryptjs": "^3.0.2",
"better-sqlite3": "^12.2.0",
"cap": "^0.2.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^5.1.0",
"express-rate-limit": "^8.0.1",
"express-session": "^1.18.2",
"fs": "^0.0.1-security",
"nodemon": "^3.1.10",
"postcss": "^8.5.6",
"ps-list": "^8.1.1",
"systeminformation": "^5.27.8",
"tailwindcss": "^4.1.12",
"types": "^0.1.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}
}