-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
40
41
42
43
{
"name": "cryptosniper",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest --env=jsdom --coverage",
"app": "node app.js",
"updateSymbolData": "node services/updateSymbolData.js",
"start": "npm run app & npm run updateSymbolData"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"ioredis": "^5.3.2",
"jsdom": "^23.0.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.0",
"node-fetch": "^3.3.2",
"node-notifier": "^10.0.1",
"node-schedule": "^2.1.1",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-line": "^0.0.4",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"web-push": "^3.6.6",
"ws": "^8.14.2"
},
"keywords": [],
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}