apollo/package.json
2024-10-30 14:22:07 +00:00

20 lines
374 B
JSON

{
"name": "apollo",
"version": "0.0.0",
"description": "Apollo Sensor Suite",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node src/main.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"@ztimson/utils": "^0.21.6",
"express": "^4.21.1",
"i2c-bus": "^5.2.3",
"serialport": "^12.0.0"
}
}