-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 954 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
{
"name": "steamquest",
"version": "1.0.0",
"description": "A website to analyze and predict steam community market prices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nightmare99/SteamQuest.git"
},
"keywords": [
"Steam",
"Community",
"Market",
"Prices",
"analysis",
"prediction"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nightmare99/SteamQuest/issues"
},
"homepage": "https://github.com/Nightmare99/SteamQuest#readme",
"dependencies": {
"axios": "^0.19.2",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"gridfs-stream": "^1.1.1",
"mongoose": "^5.9.18",
"pug": "^3.0.0",
"steam-login": "^0.1.7"
},
"type": "module"
}