generated from bitfocus/companion-module-template-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 958 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
{
"name": "companion-module-osee-gostreamdeck",
"version": "1.1.1",
"main": "./dist/index.js",
"license": "MIT",
"prettier": "@companion-module/tools/.prettierrc.json",
"scripts": {
"postinstall": "husky",
"format": "prettier -w .",
"package": "yarn build && companion-module-build",
"build": "rimraf dist && yarn build::main",
"build::main": "tsc -p tsconfig.build.json",
"build::dev": "tsc -p tsconfig.build.json --watch",
"prepare": "husky",
"doc": "npx typedoc --out docs src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-osee-gostream.git"
},
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"@companion-module/base": "~1.11.0",
"crc": "^4.3.2"
},
"devDependencies": {
"@companion-module/tools": "^2.1.0",
"eslint": "9.14.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"typedoc": "^0.26.8",
"typescript": "~5.5.4",
"typescript-eslint": "^8.8.1"
}
}