-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.65 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
{
"name": "obs-timer-controller",
"version": "1.0.8",
"description": "Handling browser sources for OBS related to timers and countdowns.",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/BrowserSourcesForOBS/obs-timer-controller.git"
},
"dependencies": {
"axios": "^1.6.0",
"child_process": "^1.0.2",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"fontkit": "^2.0.2",
"fs-extra": "^11.1.1",
"http": "0.0.1-security",
"js-yaml": "^4.1.0",
"openurl": "^1.1.1",
"socket.io": "^4.7.2",
"util-tiempo": "^1.0.52",
"ws": "^8.17.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"node": "node . test",
"pkg-win": "electron-packager . OBS-Timer-Controller --platform=win32 --arch=x64 --app-version=1.0.8 --out=dist --overwrite --icon=icon.ico --author=\"XtoManuel\" --description=\"Handling browser sources for OBS related to timers and countdowns.\"",
"pkg-linux": "electron-packager . OBS-Timer-Controller --platform=linux --arch=x64 --app-version=1.0.8 --out=dist --overwrite --icon=icon.ico --author=\"XtoManuel\" --description=\"Handling browser sources for OBS related to timers and countdowns.\"",
"pkg-mac": "electron-packager . OBS-Timer-Controller --platform=darwin --arch=x64 --app-version=1.0.8 --out=dist --overwrite --icon=icon.icns --author=\"XtoManuel\" --description=\"Handling browser sources for OBS related to timers and countdowns.\"",
"pkg-all": "npm run pkg-win && npm run pkg-linux"
},
"author": "XtoManuel",
"license": "ISC",
"devDependencies": {
"electron": "^27.0.2",
"electron-packager": "^17.1.2"
}
}