1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-05 20:41:34 +08:00
cosin/cc-switch/app/package.json
2019-02-24 11:12:29 +08:00

27 lines
501 B
JSON

{
"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"
}
}