apollo/package.json

19 lines
352 B
JSON
Raw Normal View History

2024-10-27 08:20:28 -04:00
{
"name": "apollo",
"version": "0.0.0",
"description": "Apollo Sensor Suite",
"main": "index.js",
"type": "module",
"scripts": {
2024-10-27 08:25:06 -04:00
"start": "node src/main.js"
2024-10-27 08:20:28 -04:00
},
"author": "",
"license": "MIT",
"dependencies": {
2024-10-30 10:19:47 -04:00
"@ztimson/utils": "^0.21.6",
2024-10-27 08:20:28 -04:00
"express": "^4.21.1",
"i2c-bus": "^5.2.3",
"serialport": "^12.0.0"
}
}