-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 840 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
38
39
{
"name": "amazon_deals_bots",
"version": "1.0.0",
"description": "amazon deals data miner backend for telegram and facebook bot",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/unbegrenzt/amazon_deals_bots"
},
"keywords": [
"bot",
"node",
"heroku"
],
"author": "Jorge Luis Morales Centeno",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cron": "^1.8.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"pg": "^8.3.3",
"scrape-it": "^5.2.4",
"telegraf": "^3.38.0",
"unirest": "^0.6.0"
},
"devDependencies": {
"moment-timezone": "^0.5.31"
}
}