-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 915 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 915 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
38
{
"name": "fnx-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noahniuwa/fnx-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/noahniuwa/fnx-api/issues"
},
"homepage": "https://github.com/noahniuwa/fnx-api#readme",
"dependencies": {
"body-parser": "^1.19.0",
"coingecko-api": "^1.0.10",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"ko-sleep": "^1.0.3",
"mongodb": "^3.6.0",
"morgan": "^1.10.0",
"node-schedule": "^1.3.2",
"nodemon": "^2.0.6",
"numeral": "^2.0.6",
"save": "^2.4.0",
"web3": "^1.2.9"
}
}