forked from uzair-inamdar/crypto-whale-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 833 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
{
"name": "crypto-whale-watcher",
"version": "1.0.2",
"private": true,
"author": "Uzair Inamdar <uzair_inamdar@hotmail.com>",
"scripts": {
"start": "node ./bin/www",
"start:dev": "nodemon ./bin/www",
"install": "node ./db/migration.js",
"db:migrate": "node ./db/migration.js",
"test": "node ./test/test.js"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"ejs": "~2.5.7",
"express": "~4.16.0",
"fs": "0.0.1-security",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"pg-promise": "^8.4.5",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"ws": "^5.2.0"
},
"devDependencies": {
"nodemon": "^1.18.3"
},
"license": "GPL-3.0-only"
}