forked from Jodu555/AmazonPriceTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 674 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 674 Bytes
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": "amazonpricetracker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js ",
"dev": "nodemon src/index.js ",
"test": "nodemon src/test.js "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jodu555/mysqlapi": "^3.1.0",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"helmet": "^4.6.0",
"https-proxy-agent": "^5.0.0",
"joi": "^17.4.2",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.3",
"uuid": "^8.3.2"
}
}