Files
readin/package.json
2023-10-25 16:52:37 +02:00

22 lines
467 B
JSON

{
"name": "timeseries_mongo",
"version": "2.0.1",
"date": "2023-10-15",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node fetchnewdata.js >>/var/log/timeseries.log 2>&1"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"luxon": "^2.3.1",
"mongodb": "^4.4.1",
"posix-getopt": "^1.2.1"
}
}