-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 921 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 921 Bytes
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": "wfrsb-giveaway-overlay",
"version": "1.0.0",
"description": "An easy to use Giveaway Overlay",
"main": "server.js",
"dependencies": {
"body-parser": "^1.20.5",
"cors": "^2.8.5",
"express": "^4.22.2",
"helmet": "^3.23.3"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.6",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.7",
"@types/helmet": "0.0.47",
"dotenv": "^8.2.0"
},
"scripts": {
"start": "node server.js",
"dev": "npx nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wfcd/Giveaway-overlay.git"
},
"keywords": [
"warframe",
"wfrsb",
"stream",
"twitch"
],
"author": "Monskiller",
"license": "MIT",
"bugs": {
"url": "https://github.com/WFCD/Giveaway-overlay/issues"
},
"homepage": "https://github.com/WFCD/Giveaway-overlay#readme"
}