{ "name": "lot", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node lot.js" }, "author": "", "license": "ISC", "devDependencies": { "jsonfile": "^2.2.3", "node-cron": "^1.0.0", "ultrases": "^0.1.3" }, "bin": { "lot": "./lot.js" }, "dependencies": { "dateformat": "^2.0.0", "jsonfile": "^2.4.0", "log4js": "^2.3.3", "node-pushover": "^0.2.2", "sugar": "^2.0.1", "sugar-date": "^2.0.0" } }