forked from bitfocus/companion-module-ntp-technology-dot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 776 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
{
"name": "ntp-technology-dot",
"version": "1.2.1",
"main": "src/main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier -w .",
"lint:raw": "eslint",
"lint": "yarn lint:raw .",
"package": "companion-module-build"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-ntp-technology-dot.git"
},
"dependencies": {
"@companion-module/base": "~1.11.3",
"delay": "^6.0.0",
"p-queue": "~8.0.1"
},
"devDependencies": {
"@companion-module/tools": "^2.1.1",
"eslint": "^9.17.0",
"prettier": "^3.4.2"
},
"engines": {
"node": "^22.12"
},
"prettier": "@companion-module/tools/.prettierrc.json",
"packageManager": "[email protected]"
}