-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 908 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": "tc66c-mqtt",
"version": "0.1.0",
"description": "TC66C-MQTT bridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:docker:local": "docker build -t tc66c-mqtt ."
},
"author": "Thijs Putman <[email protected]>",
"license": "BSD-3-Clause",
"repository": {
"url": "https://github.com/thijsputman/tc66c-mqtt"
},
"dependencies": {
"async-mqtt": "^2.6.1",
"chalk": "^4.1.0",
"loglevel": "^1.7.1",
"loglevel-plugin-prefix": "^0.8.4",
"minimist": "^1.2.5",
"node-ble": "^1.5.0"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"prettier": "2.2.1"
}
}