apollo/package.json
2024-10-27 08:20:28 -04:00

19 lines
376 B
JSON

{
"name": "apollo",
"version": "0.0.0",
"description": "Apollo Sensor Suite",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"bme280-sensor": "^0.1.7",
"express": "^4.21.1",
"i2c-bus": "^5.2.3",
"serialport": "^12.0.0"
}
}