-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 997 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
38
39
40
41
{
"name": "wow-data",
"version": "1.0.0",
"engines": {
"node": "16.15.1"
},
"description": "World of warcraft fetching access token and data base using node.js",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Farah404/Raiddon.git"
},
"author": "https://github.com/Farah404",
"license": "ISC",
"bugs": {
"url": "https://github.com/Farah404/Raiddon/issues"
},
"homepage": "https://github.com/Farah404/Raiddon#readme",
"dependencies": {
"api": "^5.0.1",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"http-errors": "^2.0.0",
"mongodb": "^4.12.0",
"mongoose": "^6.7.1",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/node": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"nodemon": "^2.0.20"
}
}