forked from bitfocus/companion-module-bytehive-playoutbee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 881 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
{
"name": "bytehive-playoutbee",
"version": "1.0.3",
"description": "PlayoutBee module for Companion",
"manufacturer": "ByteHive",
"product": [
"PlayoutBee"
],
"shortname": "playoutbee",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier",
"eslint": "eslint",
"semantic-release": "semantic-release"
},
"keywords": [
"keyword"
],
"author": "Johnny Estilles <johnny@estilles.com>",
"license": "ISC",
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"eslint": "^8.1.0",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bitfocus/companion-module-bytehive-playoutbee.git"
},
"dependencies": {
"got": "^11.8.3"
}
}