-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "scoresaber",
"version": "1.0.0",
"description": "ScoreSaber-related stuff",
"main": "index.js",
"scripts": {
"dev": "node compress.mjs --watch --serve",
"serve-dev": "node index.js --dev",
"lint": "npx eslint .",
"compress": "node compress.mjs",
"compress-watch": "node compress.mjs --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BaliBalo/ScoreSaber.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BaliBalo/ScoreSaber/issues"
},
"homepage": "https://github.com/BaliBalo/ScoreSaber#readme",
"dependencies": {
"@seald-io/nedb": "^4.0.4",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"cron": "^3.2.1",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@stylistic/eslint-plugin": "^2.11.0",
"chokidar": "^4.0.1",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"sass": "^1.81.0",
"terser": "^5.36.0"
}
}