forked from Hypest-team/HypestBoard
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 927 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 927 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
{
"name": "@scoreman/scoreman",
"version": "0.0.3",
"description": "A scoreboard overlay manager for use with a BrowserSource on OBS or Xsplit",
"repository": {
"type": "git",
"url": "git+https://github.com/N0NamedGuy/scoreman.git"
},
"author": "David Serrano <david.ma.serrano@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/N0NamedGuy/scoreman/issues"
},
"homepage": "https://github.com/N0NamedGuy/scoreman#README",
"scripts": {
"build": "yarn workspace @scoreman/client run build && yarn workspace @scoreman/standalone run dist"
},
"private": true,
"workspaces": {
"packages": [
"packages/client",
"packages/server",
"packages/overlays",
"packages/standalone"
]
},
"devDependencies": {
"lerna": "^7.1.4"
},
"dependencies": {}
}