-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 894 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
{
"name": "Steam-Market-Analyzer",
"version": "1.0.0",
"description": "Provides developer-focused statistics about the Steam storefront.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianmagenta/Steam-Market-Analyzer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ianmagenta/Steam-Market-Analyzer/issues"
},
"homepage": "https://github.com/ianmagenta/Steam-Market-Analyzer#readme",
"dependencies": {
"body-parser": "*",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "*",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"memory-cache": "^0.2.0",
"morgan": "~1.9.1",
"node-fetch": "^2.6.0"
}
}