-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 726 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 726 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
{
"name": "CFTelegramBot",
"version": "0.0.0",
"description": "Telegram bot to use Codeforces API.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm install -g casperjs"
},
"repository": {
"type": "git",
"url": "https://github.com/sokokaleb/CFTelegramBot.git"
},
"keywords": [
"telegram",
"codeforces",
"bot"
],
"author": "Pusaka Kaleb Setyabudi <sokokaleb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sokokaleb/CFTelegramBot/issues"
},
"homepage": "https://github.com/sokokaleb/CFTelegramBot",
"dependencies": {
"dotenv": "^2.0.0",
"node-telegram-bot-api": "^0.19.2"
}
}