agmission/Development/maintainer/package.json

28 lines
635 B
JSON

{
"name": "agm-maintainer",
"version": "1.1.1",
"description": "Maintainer app for agmission is responsible for db, files maintenance.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"maintainer",
"cleanup"
],
"author": "Trung Hoang",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"axios": "^0.20.0",
"cheerio": "^1.0.0-rc.3",
"debug": "^4.2.0",
"fs-extra": "^8.1.0",
"moment": "^2.29.1",
"mongoose": "^6.12.0",
"mongoose-sequence": "^5.3.0",
"nightmare": "^3.0.2",
"node-cron": "^3.0.0"
}
}