-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 884 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
{
"name": "byverdu_lotto_bot",
"version": "1.0.0",
"description": "Telegram bot to send Euromillions results",
"main": "index.js",
"devDependencies": {},
"scripts": {
"postinstall": "chmod +x cron_setup.sh && ./cron_setup.sh",
"dev": "DEBUG=node-telegram-bot-api HEADLESS_CHROME=false nodemon index.js",
"start": "DEBUG=node-telegram-bot-api HEADLESS_CHROME=true node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byverdu/byverdu_lotto_bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/byverdu/byverdu_lotto_bot/issues"
},
"homepage": "https://github.com/byverdu/byverdu_lotto_bot#readme",
"dependencies": {
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"node-telegram-bot-api": "^0.51.0",
"nodemon": "^2.0.6",
"puppeteer": "10.0.0"
}
}