forked from bitfocus/companion-module-ipl-ocp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 967 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
35
36
37
38
{
"name": "ipl-ocp",
"version": "4.0.0",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.build.json",
"build:watch": "tsc -p tsconfig.build.json --watch",
"format": "prettier -w ."
},
"license": "MIT",
"prettier": "@companion-module/tools/.prettierrc.json",
"dependencies": {
"@companion-module/base": "~1.6.0",
"colord": "^2.9.2",
"luxon": "^3.4.4",
"object-path": "^0.11.8",
"semver": "^7.5.4",
"socket.io-client": "^4.5.4",
"tslib": "^2.4.1"
},
"devDependencies": {
"@companion-module/tools": "^1.5.1",
"@nodecg/types": "~2.1.12",
"@types/luxon": "^2.3.2",
"@types/node": "^18.18.4",
"@types/object-path": "^0.11.4",
"@types/semver": "^7.5.6",
"prettier": "2.5.1",
"rimraf": "^5.0.5",
"typed-emitter": "^2.1.0",
"typescript": "~5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-ipl-ocp.git"
}
}