Initial monorepo: readin, sensorapi, noise (Node22, npm ci, axios1.x, i18next-fs-backend)

This commit is contained in:
rxf
2026-07-25 11:35:41 +00:00
commit 2df1f79617
97 changed files with 13547 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "timeseries_mongo",
"version": "2.0.2",
"date": "2023-12-17",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node fetchnewdata.js >>/var/log/readin.log 2>&1"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.12.0",
"luxon": "^2.3.1",
"mongodb": "^4.4.1",
"posix-getopt": "^1.2.1"
}
}