-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
38
39
40
41
42
43
44
{
"name": "klwbot",
"version": "1.0.0",
"description": "KLWCIn Telegram Bot",
"main": "klwbot.js",
"dependencies": {
"express": "^4.17.1",
"google": "^2.1.0",
"heroku": "^7.27.1",
"node-cron": "^2.0.3",
"path": "^0.12.7",
"telegram-node-bot": "^4.0.5",
"bhdr2": "^2.1.0",
"dbarray": "^1.1.0"
},
"devDependencies": {
"nodemon": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "export $(cat .env | xargs) && node klwbot.js",
"start_dev": "export $(cat .env | xargs) && nodemon klwbot.js",
"set_env": "export $(cat .env | xargs)",
"start_win": "env.cmd && node klwbot.js",
"start_win_dev": "env.cmd && nodemon klwbot.js",
"set_env_win": "env.cmd",
"switch_to_dev": "export $(cat .env | xargs) && wget --spider https://api.telegram.org/bot$TOKEN/setWebhook?url= --delete-after && node klwbot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klwcin/klwbot.git"
},
"keywords": [
"kwlcin",
"telegram",
"bot"
],
"author": "Jonathan Santos (@santojon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/klwcin/klwbot/issues"
},
"homepage": "https://github.com/klwcin/klwbot#readme"
}