-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 948 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
33
34
35
36
37
38
39
{
"name": "token_service",
"version": "1.0.0",
"description": "token service,Used to enter Token information and price for BeeFinance",
"author": "BeeFinance",
"license": "Apache-2.0",
"engines": {
"node": ">=11.0.0"
},
"keywords": [
"BeeFinance",
"JavaScript",
"API"
],
"dependencies": {
"@nanoexpress/middleware-body-parser": "^1.2.1",
"abi-decoder": "^2.4.0",
"ali-rds": "^3.4.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"decimal.js": "^10.2.1",
"ejs": "^3.1.6",
"express-serializer": "^1.0.1",
"express-session": "^1.17.1",
"md5": "^2.3.0",
"mongoose": "^5.12.9",
"mysql": "^2.18.1",
"nanoexpress": "^4.2.0",
"redis": "^3.1.2",
"request": "^2.88.2",
"require-all": "^3.0.0",
"superagent": "^6.1.0",
"uuid": "^8.3.2",
"web3": "^1.3.6"
}
}