-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 1.01 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
32
33
34
35
{
"name": "propresenter-master-control",
"version": "1.0.0",
"description": "Watches an active ProPresenter instance using the StageDisplay API and runs commands based on ProPresenter events.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc.yml . --ext .js,.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"got": "^9.6.0",
"isomorphic-ws": "^4.0.1",
"midi": "^1.0.4",
"obs-websocket-js": "^5.0.3",
"osc": "^2.4.2",
"socket.io": "^2.2.0",
"telnet-client": "^1.4.9",
"uuid": "^8.3.2",
"ws": "^7.1.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.15.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"prettier": "^2.4.0"
}
}