{ "name": "cc-switch", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "dev:start": "nodemon index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "debug": "^3.1.0", "dotenv": "^6.0.0", "ioredis": "^4.0.0", "lodash": ">=4.17.11", "minio": "^7.0.0", "modesl": "^1.2.0", "moment": "^2.22.2" }, "devDependencies": { "ava": "^0.25.0", "nodemon": "^1.18.3" } }