Commit 2384b8af54549236fbdfb71d19f57807fb31ae25

Authored by Husni Mubarok
1 parent 9d199d2153
Exists in master

include telegram bot

Showing 1 changed file with 4 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "node-sate24-telegram", 2 "name": "node-sate24-telegram",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "ST24 Telegram Center", 4 "description": "ST24 Telegram Center",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "git@gitlab.kodesumber.com:reload97/sate24-center-telegram.git" 11 "url": "git@gitlab.kodesumber.com:reload97/sate24-center-telegram.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "st24", 14 "st24",
15 "reload97", 15 "reload97",
16 "telegram" 16 "telegram"
17 ], 17 ],
18 "author": "husni", 18 "author": "husni",
19 "license": "ISC" 19 "license": "ISC",
20 "dependencies": {
21 "telegrambot": "0.0.11"
22 }
20 } 23 }
21 24