22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"name": "readin",
|
|
"version": "2.0.3",
|
|
"date": "2026-04-01",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node fetchnewdata.js -m >>/var/log/readin.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"
|
|
}
|
|
}
|