mirror of
https://github.com/Impulse87/ATLAS-RawTravelDataCleaner.git
synced 2024-08-30 17:32:14 +00:00
16 lines
305 B
JSON
16 lines
305 B
JSON
|
{
|
||
|
"name": "rawtraveldatacleaner",
|
||
|
"version": "1.0.0",
|
||
|
"description": "To periodically clean the ATLAS redis db",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"install": "npm i",
|
||
|
"start": "node index.js"
|
||
|
},
|
||
|
"author": "Impulse",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"redis": "^2.8.0"
|
||
|
}
|
||
|
}
|