18 lines
447 B
JSON
18 lines
447 B
JSON
{
|
|
"name": "cansat",
|
|
"version": "0.0.1",
|
|
"description": "Programa que recibe los datos por serial y los manda a ThingSpeak para mostrarlos luego en un dashboard.",
|
|
"license": "MIT",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@serialport/parser-readline": "^13.0.0",
|
|
"path": "^0.12.7",
|
|
"serialport": "^13.0.0"
|
|
}
|
|
}
|