-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 842 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
{
"name": "gpio",
"version": "1.2.0",
"description": "rpi battery signals",
"scripts": {
"db:prepare": "npx knex migrate:latest",
"collect": "python3 src/collect.py",
"manager": "node src/manager.js",
"refresh": "bash ./refresh.sh",
"test:adc": "sudo node tests/adc.js",
"start": "bash ./start.sh"
},
"repository": "https://github.com/sacconazzo/gpio.git",
"author": "sacconazzo <sacconazzo@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"knex": "0.15.2",
"mqtt": "^5.10.1",
"mysql": "^2.18.1",
"node-cron": "^3.0.3",
"openai": "^4.49.0",
"pigpio": "^3.3.1",
"rpio": "^2.4.2",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"telegraf": "^4.16.3",
"winston": "^3.12.0"
}
}