apollo/package.json

20 lines
375 B
JSON
Raw Permalink 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-30 10:27:55 -04:00
"apollo": "node src/main.js"
2024-10-27 08:20:28 -04:00
},
"author": "",
"license": "MIT",
"dependencies": {
2024-10-30 10:20:55 -04:00
"cors": "^2.8.5",
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"
}
}