-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (36 loc) · 842 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
{
"name": "trending-products",
"version": "1.0.3",
"description": "A Node.js module to fetch trending products from Amazon and related queries using Google Trends.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/colddsam/trendingProducts.git"
},
"keywords": [
"node",
"module",
"amazon",
"trending",
"products",
"google-trends"
],
"author": "colddsam",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/colddsam/trendingProducts/issues"
},
"homepage": "https://github.com/colddsam/trendingProducts#readme",
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"google-trends-api": "^4.9.2"
},
"devDependencies": {
"mocha": "^10.5.2"
}
}