-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 1.04 KB
/
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
{
"name": "tpatem",
"version": "1.0.2",
"description": "Touch Portal Plugin to control the ATEM mini switcher",
"main": "src/index.js",
"bin": "src/index.js",
"scripts": {
"start": "node src/index.js",
"pkg": "pkg .",
"pkg-win": "pkg --targets node12-win-x64 .",
"pkg-mac": "pkg --targets node12-macos-x64 .",
"build-win": "pkg --targets node12-win-x64 . && mv tpatem.exe base/win/TPAtem/ && rm Installers/TPAtem-Win.tpp && cd base/win && 7z a -tzip ../../Installers/TPAtem-Win.tpp TPAtem",
"build-mac": "pkg --targets node12-macos-x64 . && mv tpatem base/mac/TPAtem/ && rm Installers/TPAtem-Mac.tpp && cd base/mac && 7z a -tzip ../../Installers/TPAtem-Mac.tpp TPAtem"
},
"repository": "https://github.com/br8kpoint/touch-portal-atem.git",
"author": "Mike Fair <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"atem-connection": "2.1.1-nightly-20200917-210751-66bb5be.0",
"object-path": "^0.11.5",
"touchportal-api": "^2.0.1"
},
"devDependencies": {
"gulp": "^4.0.2"
}
}