forked from MartinBucko/bluetooth-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 700 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 700 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
{
"name": "bluetooth-checker",
"version": "0.1.2",
"description": "Bluetooth scan devices, check last visible state and do some actions if devices is visible again.",
"repository": {
"url": "https://github.com/MartinBucko/bluetooth-checker"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Martin Bucko <bucko@treecom.net>",
"license": "MIT",
"dependencies": {
"async": "^3.2.0",
"lodash": "^4.17.21",
"luxon": "^1.25.0",
"noble": "^1.9.1"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/luxon": "^1.25.1"
}
}