-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 966 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
39
{
"name": "bpm-scan",
"version": "5.2.0",
"description": "nodejs library with heartbeat scanning for navak project",
"main": "index.js",
"type": "module",
"scripts": {
"watch": "nodemon index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/navak-project/bpm-scan.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/navak-project/bpm-scan/issues"
},
"homepage": "https://github.com/navak-project/bpm-scan#readme",
"dependencies": {
"@gbkwiatt/node-rpi-ws281x-native": "^1.0.1",
"babel-jest": "^27.5.1",
"cron": "^1.8.2",
"dmxnet": "^0.8.0",
"dotenv": "^10.0.0",
"easytimer.js": "^4.5.1",
"is-reachable": "^5.1.1",
"mqtt": "^4.2.8",
"node-ble": "^1.7.0",
"nodemon": "^2.0.16",
"pm2": "^5.1.2",
"ts-jest": "^27.1.4"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"jest": "^27.5.1"
}
}