-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.35 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
45
{
"name": "followerslight",
"version": "1.4.5",
"description": "This app will get your new followers and turn on and off your light",
"main": "app.js",
"productName": "Followers Light",
"scripts": {
"start": "electron .",
"cilinux": "node build.js WINDOWS && node build.js LINUX",
"cidarwin": "node build.js MAC",
"dist": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true node build.js",
"dist:win": "npm run dist -- WINDOWS",
"dist:mac": "npm run dist -- MAC",
"dist:linux": "npm run dist -- LINUX"
},
"keywords": [],
"author": "Baptiste Ferrando",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.5.2",
"electron-reload": "^1.5.0",
"electron-updater": "^4.3.5",
"jquery": "^3.5.1",
"node-fetch": "^2.6.1",
"node-hue-api": "^4.0.9",
"oauth-electron-twitter": "^1.0.104",
"twitch": "^4.2.4",
"twitch-electron-auth-provider": "^4.2.4",
"twitch-pubsub-client": "^4.2.4",
"twitter-followers-count": "^1.0.6"
},
"devDependencies": {
"cross-env": "^7.0.2",
"electron": "^9.3.1",
"electron-builder": "^22.8.1"
},
"repository": {
"type": "git",
"url": "git@github.com:Verttigo28/FollowersLight.git"
},
"bugs": {
"url": "https://github.com/Verttigo28/FollowersLight.git"
},
"homepage": "https://github.com/Verttigo28/FollowersLight/#readme"
}