-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1.13 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
28
29
30
31
{
"devDependencies": {
"sass": "^1.72.0",
"typescript": "^5.4.2"
},
"dependencies": {
"sass": "^1.72.0",
"typescript": "^5.4.2"
},
"name": "vmix-remote",
"description": "Take full control of the vMix software remotely without the need to open ports on your network using our web application. Our solution is built on a dedicated Docker server, for which a Docker image is available.\r ([DEMO](http://vmixremotedemo.servehttp.com/))\r ## Key Features",
"version": "1.0.0",
"main": "index.php",
"scripts": {
"build-prod": "npm run compile-scss && npm run compile-ts",
"build-dev": "npm run compile-scss && npm run compile-ts",
"build-demo": "npm run compile-scss && npm run compile-ts",
"compile-scss": "sass app/src/assets/scss/index.scss app/public/assets/style/index.css",
"compile-ts": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vincentberry/vmix-remote.git"
},
"author": "Vincent Berry",
"license": "ISC",
"bugs": {
"url": "https://github.com/vincentberry/vmix-remote/issues"
},
"homepage": "https://github.com/vincentberry/vmix-remote#readme"
}