-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 KB
/
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": "pinkglobal420telegrambot",
"version": "4.1.0",
"description": "Bot for Telegram that gives you the approximate time until the next 4:20 in the world",
"main": "index.js",
"dependencies": {
"@types/node": "^13.7.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http": "0.0.0",
"mongoose": "^5.9.1",
"node-telegram-bot-api": "^0.40.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"typescript": "^3.7.5"
},
"devDependencies": {},
"scripts": {
"start": "tsc index.ts && node index.js",
"build": "npm build"
},
"engines": {
"node": "12.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demo-hub/PinkGlobal420TelegramBot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/demo-hub/PinkGlobal420TelegramBot/issues"
},
"homepage": "https://github.com/demo-hub/PinkGlobal420TelegramBot#readme"
}