-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 772 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "telegrambot",
"version": "1.0.0",
"engines": {
"node": "10.15.1"
},
"description": "Um chatbot para o Telegram utilizando Node.Js em conjunto com a biblioteca Telegraf",
"main": "main.js",
"dependencies": {
"@google/maps": "^0.5.5",
"heroku": "^7.22.7",
"request": "2.83.0",
"request-promise": "^4.2.4",
"telegraf": "^3.29.0"
},
"devDependencies": {},
"scripts": {
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c0sta/botnodejs.git"
},
"author": "Gabriel C. && William B.",
"license": "ISC",
"bugs": {
"url": "https://github.com/c0sta/botnodejs/issues"
},
"homepage": "https://github.com/c0sta/botnodejs#readme"
}