-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
60 lines (60 loc) · 1.79 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "companion-satellite",
"version": "1.10.1",
"description": "Satellite Streamdeck connector for Bitfocus Companion",
"author": {
"name": "Julian Waller",
"email": "[email protected]",
"url": "https://github.com/julusian"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-satellite.git"
},
"bugs": {
"url": "https://github.com/bitfocus/companion-satellite/issues"
},
"homepage": "https://github.com/bitfocus/companion-satellite#readme",
"license": "MIT",
"private": true,
"workspaces": [
"satellite",
"webui"
],
"scripts": {
"postinstall": "husky",
"dev": "yarn workspace satellite dev",
"dev:electron": "yarn workspace satellite dev:electron",
"dev:webui": "yarn workspace webui dev",
"build": "yarn workspaces foreach --all run build",
"lint:raw": "eslint",
"lint": "eslint .",
"license-validate": "sofie-licensecheck",
"dist": "run build && zx tools/build_electron.mjs"
},
"devDependencies": {
"@sofie-automation/eslint-plugin": "^0.1.1",
"@tsconfig/node20": "^20.1.4",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "~5.6.3",
"typescript-eslint": "^8.11.0",
"zx": "^8.1.9"
},
"engines": {
"node": "^20.14"
},
"resolutions": {
"@napi-rs/canvas-darwin-arm64": "npm:@julusian/[email protected]",
"@napi-rs/canvas-darwin-x64": "npm:@julusian/[email protected]"
},
"packageManager": "[email protected]"
}