-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 857 Bytes
/
package.json
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
31
32
33
34
35
36
37
{
"name": "kanye-tg",
"version": "1.0.0",
"description": "Kanye West as a Telegram bot",
"type": "module",
"main": "dist/app.js",
"scripts": {
"start": "tsc && node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codebam/kanye-tg.git"
},
"keywords": [
"kanye",
"west",
"ye",
"telegram",
"bot"
],
"author": "Sean Behan",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/codebam/kanye-tg/issues"
},
"homepage": "https://github.com/codebam/kanye-tg#readme",
"dependencies": {
"@types/node": "^11.11.4",
"@types/node-telegram-bot-api": "^0.30.4",
"node-telegram-bot-api": "^0.30.0"
},
"devDependencies": {
"tslint": "^5.14.0",
"typescript": "^3.3.4000"
}
}