{ "name": "lot", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node lot.js", "retrieve": "node app.js" }, "author": "", "license": "ISC", "devDependencies": { "jsonfile": "^2.2.3", "node-cron": "^1.0.0", "tape": "^4.9.2", "tape-promise": "^4.0.0", "ultrases": "^0.1.3" }, "bin": { "lot": "./lot.js" }, "dependencies": { "cheerio": "^1.0.0-rc.2", "dateformat": "^2.0.0", "fecha": "^3.0.2", "jsonfile": "^2.4.0", "log4js": "^2.3.3", "node-fetch": "^2.3.0", "node-pushover": "^0.2.2", "sugar": "^2.0.1", "sugar-date": "^2.0.0" } }