-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1017 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
{
"name": "titanfall-twitch-integration",
"version": "1.0.0",
"description": "Using Twitch chat and Icepick to dynamically change the gameplay in Titanfall 2",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "node build.js && pkg --targets node12-win-x64 package.json --output ./SourceTwitchIntegration.exe"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/taskinoz/titanfall-twitch-integration.git"
},
"keywords": [
"twitch",
"titanfall",
"gaming"
],
"author": "taskinoz",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/taskinoz/titanfall-twitch-integration/issues"
},
"homepage": "https://gitlab.com/taskinoz/titanfall-twitch-integration#readme",
"devDependencies": {
"fs": "0.0.1-security",
"http": "0.0.0",
"twitch-bot": "^1.3.5",
"url": "^0.11.0"
},
"dependencies": {
"pkg": "^4.4.8"
},
"bin": "./index.js",
"pkg": {
"scripts": "lib/*",
"assets": "views/**/*"
}
}