generated from bitfocus/companion-module-template-js
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 674 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 674 Bytes
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
{
"name": "vdo-ninja",
"version": "2.5.0",
"main": "index.js",
"type": "module",
"scripts": {
"format": "prettier -w .",
"package": "companion-module-build",
"lint:raw": "eslint",
"lint": "yarn lint:raw ."
},
"license": "MIT",
"dependencies": {
"@companion-module/base": "~1.12.1",
"ws": "^8.18.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-vdo-ninja.git"
},
"devDependencies": {
"@companion-module/tools": "^2.6.1",
"eslint": "^9.39.1",
"prettier": "^3.6.2"
},
"engines": {
"node": "^22.12"
},
"prettier": "@companion-module/tools/.prettierrc.json",
"packageManager": "yarn@4.11.0"
}