-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
38
39
40
41
42
43
{
"name": "raiddon-wclogdata",
"version": "1.0.0",
"description": "World of warcraft Logs fetching access token using Python and data base using node.js",
"main": "scheduledFunctions.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Farah404/Raiddon-wclog-data.git"
},
"keywords": [],
"author": "https://github.com/Farah404",
"license": "ISC",
"bugs": {
"url": "https://github.com/Farah404/Raiddon-wclog-data/issues"
},
"homepage": "https://github.com/Farah404/Raiddon-wclog-data#readme",
"dependencies": {
"@rpglogs/api-sdk": "^1.0.0",
"axios": "^1.1.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"http-errors": "^2.0.0",
"mongodb": "^4.12.0",
"mongoose": "^6.7.1",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.7",
"weasel.js": "^1.0.0",
"weaselpromise.js": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/node": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"nodemon": "^2.0.20"
}
}