forked from bitfocus/companion-module-blackbird-hdmimatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 894 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": "blackbird-hdmimatrix",
"version": "1.0.2",
"description": "Backbird HDMI Matrix module for Companion",
"manufacturer": "Blackbird",
"product": [
"HDMI Matrix"
],
"shortname": "hdmimatrix",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint",
"prettier": "prettier",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/bitfocus/companion-module-blackbird-hdmimatrix.git"
},
"keywords": [
"keyword"
],
"author": "JohnnyEstilles <johnny@estilles.com>",
"license": "MIT",
"dependencies": {
"got": "^11.8.3"
},
"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"
}
}