Mejoras generales

This commit is contained in:
2025-04-24 01:18:40 +02:00
parent adb0be24a6
commit aa66d49d4f
8 changed files with 300 additions and 37 deletions

View File

@@ -1,13 +1,15 @@
{
"name": "cansat",
"version": "0.0.1",
"version": "0.1.0",
"description": "Programa que recibe los datos por serial y los manda a ThingSpeak para mostrarlos luego en un dashboard.",
"license": "MIT",
"author": "",
"author": "h4ckx0r",
"type": "module",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"csv2json": "node csv2json.js",
"uploadcsv": "node uploadcsv.js",
"start": "node main.js"
},
"dependencies": {
"@serialport/parser-readline": "^13.0.0",