-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.16 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
44
{
"name": "github-readme-steam-card",
"version": "1.0.0",
"description": "A dynamically generated steam card for your github readme",
"main": "index.js",
"scripts": {
"build": "del dist /q | npx tsc && xcopy public\\* dist\\public\\",
"start": "node ./dist/index.js",
"dev": "nodemon index.ts"
},
"keywords": [
"github-readme-steam-status",
"readme-steam-status",
"steam-status",
"steam-status-card",
"steam-card",
"card-generator"
],
"homepage": "https://github.com/FN-FAL113/github-readme-steam-card",
"bugs": {
"url": "https://github.com/FN-FAL113/github-readme-steam-card/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/FN-FAL113/github-readme-steam-card.git"
},
"author": "FN-FAL113",
"license": "GPL-3.0 license",
"dependencies": {
"axios": "^1.1.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"helmet": "^7.0.0",
"http-status-codes": "^2.2.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.10.8",
"typescript": "^5.3.3"
}
}