-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 KB
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": "ahab",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start:dev": "cross-env NODE_ENV=development nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd client; npm install --dev; npm run build"
},
"author": "",
"license": "ISC",
"engines": {
"node": "14.x"
},
"dependencies": {
"@alch/alchemy-web3": "^1.0.1",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"connect-history-api-fallback": "^1.6.0",
"date-fns": "^2.19.0",
"dotenv": "^8.2.0",
"ethereum-input-data-decoder": "^0.3.1",
"express": "^4.17.1",
"mongoose": "^5.12.3",
"mongoose-aggregate-paginate-v2": "^1.0.42",
"mongoose-paginate-v2": "^1.3.9",
"morgan": "^1.10.0",
"newrelic": "^7.2.1",
"node-rest-client-promise": "^3.1.1",
"node-schedule": "^2.0.0",
"serve-static": "^1.14.1",
"socket.io": "2.4.0",
"winston": "^3.3.3"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}