Initial commit: tischlerctrl home automation project
This commit is contained in:
17
agents/ac-infinity/package.json
Normal file
17
agents/ac-infinity/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "ac-infinity-agent",
|
||||
"version": "1.0.0",
|
||||
"description": "AC Infinity sensor data collection agent",
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.7",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user