-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 879 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
{
"name": "ordr-server",
"version": "1.0.0",
"description": "Automate osu! replay recording",
"main": "main.js",
"scripts": {
"start": "nodemon -x 'node main.js || touch main.js'"
},
"author": "MasterIO",
"license": "MIT",
"dependencies": {
"async-mutex": "^0.3.2",
"axios": "^0.21.1",
"express": "^4.17.2",
"express-rate-limit": "^5.2.6",
"log-timestamp": "^0.3.0",
"mongoose": "^5.12.1",
"multer": "^1.4.2",
"node-cache": "^5.1.2",
"ojsama": "^2.2.0",
"osureplayparser": "^1.0.1",
"randomstring": "^1.1.5",
"sanitize-filename": "^1.6.3",
"socket.io": "^4.0.0",
"ssh2-sftp-client": "^7.2.1",
"wget-improved": "^3.2.1"
},
"devDependencies": {
"eslint": "^8.5.0",
"nodemon": "^2.0.7"
}
}