-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 866 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
{
"dependencies": {
"bcrypt": "^5.1.0",
"buffer": "^6.0.3",
"coingecko-api": "^1.0.10",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"https-browserify": "^1.0.0",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.4.0",
"mongoose-unique-validator": "^4.0.0",
"querystring-es3": "^0.2.1",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"stream-http": "^3.2.0",
"url": "^0.11.0"
},
"scripts": {
"start": "node server.js",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"name": "server",
"version": "1.0.0",
"main": "server.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"eslint": "^8.23.0"
},
"engines": {
"node": "18.15.0"
}
}