forked from uzair-inamdar/crypto-whale-watcher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 834 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.1.1",
"private": true,
"author": "Uzair Inamdar <[email protected]>",
"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.5",
"debug": "~4.1.1",
"dotenv": "^8.2.0",
"ejs": "~3.1.3",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http-errors": "~1.7.3",
"morgan": "^1.10.0",
"pg-promise": "^10.5.6",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"ws": "^7.3.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"license": "GPL-3.0-only"
}