forked from bitfocus/companion-module-tow-mixeffect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 852 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
{
"name": "tow-mixeffect",
"version": "1.1.3",
"description": "Companion Module for MixEffect",
"manufacturer": "Adam Tow",
"product": [
"MixEffect"
],
"shortname": "mixeffect",
"compatibility": "MixEffect Pro 1.2.x",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/bitfocus/companion-module-tow-mixeffect.git"
},
"keywords": [
"MixEffect",
"ATEM"
],
"author": "Johnny Estilles <[email protected]>",
"license": "MIT",
"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"
}
}