Commit c3d5ffa7592b5878664bcd71f9e3eea0fb80953b
1 parent
a7924beb7b
Exists in
master
update node-telegram-bot-api
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "evo-telegram-center", | 2 | "name": "evo-telegram-center", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "Telegram Center for EVO", | 4 | "description": "Telegram Center for EVO", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "mocha" | 7 | "test": "mocha" |
8 | }, | 8 | }, |
9 | "repository": { | 9 | "repository": { |
10 | "type": "git", | 10 | "type": "git", |
11 | "url": "git@gitlab.kodesumber.com:reload97/evo-telegram-center.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/evo-telegram-center.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "evo", | 14 | "evo", |
15 | "telegram", | 15 | "telegram", |
16 | "ppob", | 16 | "ppob", |
17 | "reload97", | 17 | "reload97", |
18 | "r97" | 18 | "r97" |
19 | ], | 19 | ], |
20 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | 20 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
21 | "license": "ISC", | 21 | "license": "ISC", |
22 | "dependencies": { | 22 | "dependencies": { |
23 | "node-telegram-bot-api": "^0.23.3", | 23 | "node-telegram-bot-api": "^0.24.0", |
24 | "request": "^2.73.0", | 24 | "request": "^2.73.0", |
25 | "strftime": "^0.9.2", | 25 | "strftime": "^0.9.2", |
26 | "winston": "^2.2.0", | 26 | "winston": "^2.2.0", |
27 | "winston-daily-rotate-file": "^1.1.5", | 27 | "winston-daily-rotate-file": "^1.1.5", |
28 | "xml2js": "^0.4.17" | 28 | "xml2js": "^0.4.17" |
29 | } | 29 | } |
30 | } | 30 | } |
31 | 31 |