-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 859 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
{
"name": "price-tracker",
"version": "1.0.0",
"description": "- Amazon Price Tracker and Email Notifier using `NodeJs`, `nightmare`, `@sendgrid/mail`",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thatbeautifuldream/price-tracker.git"
},
"keywords": [
"NodeJs",
"amazon",
"puppeteer",
"price-tracker",
"email-notifier"
],
"author": "Milind Mishra",
"license": "MIT",
"bugs": {
"url": "https://github.com/thatbeautifuldream/price-tracker/issues"
},
"homepage": "https://github.com/thatbeautifuldream/price-tracker#readme",
"dependencies": {
"@sendgrid/mail": "^7.6.2",
"cheerio": "^1.0.0-rc.10",
"cron": "^1.8.2",
"dotenv": "^16.0.0",
"puppeteer": "^13.5.1"
}
}