generated from bitfocus/companion-module-template-js
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1023 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
38
39
{
"name": "bytehive-playoutbee",
"version": "2.1.0",
"description": "PlayoutBee module for Companion",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier",
"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.build.json",
"eslint": "eslint",
"semantic-release": "semantic-release"
},
"author": "Jonas Dautel <[email protected]>",
"license": "MIT",
"devDependencies": {
"@companion-module/tools": "^1.3.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.11.9",
"eslint": "^8.1.0",
"prettier": "^2.4.1",
"semantic-release": "^19.0.3",
"typescript": "~4.9"
},
"engines": {
"node": "^18.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-bytehive-playoutbee.git"
},
"dependencies": {
"@companion-module/base": "~1.4.1",
"axios": "^1.7.4",
"got": "^11.8.5",
"socket.io-client": "^4.7.0"
}
}