-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 783 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 783 Bytes
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
{
"name": "Hummingbot",
"version": "1.0.0",
"main": "index.js",
"repository": "",
"author": "Chidubem <princechidubem@yahoo.com>",
"license": "MIT",
"scripts": {
"dev": "nodemon src/index.js"
},
"dependencies": {
"@socket.io/cluster-adapter": "^0.2.2",
"@socket.io/sticky": "^1.0.4",
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"ethers": "^6.13.4",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.9.8",
"sequelize": "^6.28.2",
"socket.io": "^4.7.3",
"uuid": "^9.0.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"nodemon": "^2.0.18",
"sequelize-cli": "^6.4.1",
"sucrase": "^3.23.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.5"
}
}