-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 853 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 853 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
35
36
37
{
"name": "hub-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jguyet",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.18.8"
},
"dependencies": {
"cors": "^2.8.5",
"ethers": "^5.1.4",
"express": "^4.16.4",
"express-validator": "^5.3.1",
"https": "^1.0.0",
"js-beautify": "^1.11.0",
"jsdom": "^16.2.2",
"jsonwebtoken": "^8.5.0",
"moment": "^2.30.1",
"monotonic-id": "^1.1.0",
"multer": "^1.4.2",
"mysql": "^2.16.0",
"node-schedule": "^1.3.2",
"orm": "^5.0.5",
"request": "^2.88.0",
"swagger-jsdoc": "^3.2.7",
"swagger-ui-express": "^4.0.2",
"url-metadata": "^2.4.0",
"utf8": "^3.0.0",
"web3": "^1.6.1"
}
}