init
Showing
config.mobileconfig
0 → 100644
... | @@ -10,13 +10,14 @@ | ... | @@ -10,13 +10,14 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"express": "^4.17.1", | |||
"lodash": "^4.17.15", | "lodash": "^4.17.15", | ||
"moment-timezone": "^0.5.27", | "moment-timezone": "^0.5.27", | ||
"node-cron": "^2.0.3", | |||
"node-telegram-bot-api": "^0.40.0", | "node-telegram-bot-api": "^0.40.0", | ||
"pg": "^7.18.1", | "pg": "^7.18.1", | ||
"pg-hstore": "^2.3.3", | "pg-hstore": "^2.3.3", | ||
"sequelize": "^5.21.4", | "sequelize": "^5.21.4", | ||
"shell-exec": "^1.0.2", | "shell-exec": "^1.0.2" | ||
"node-cron": "^2.0.3" | |||
} | } | ||
} | } |
Please register or sign in to comment