-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1006 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1006 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
31
32
33
34
35
36
37
38
39
{
"name": "atx-amazon-scraper",
"description": "A simple cli for amazon web-scraping",
"version": "0.4.0",
"license": "MIT",
"bin": {
"cli-scraper": "index.js",
"scrap": "index.js"
},
"author": {
"name": "atxpaul",
"email": "pablo.pan.veira@gmail.com",
"url": "https://twitter.com/code4paul"
},
"dependencies": {
"atx-alerts": "^1.0.1",
"await-to-js": "^3.0.0",
"axios": "^0.21.3",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^2.0.2",
"cli-should-cancel": "^1.0.3",
"cli-welcome": "^2.2.2",
"enquirer": "^2.3.6",
"execa": "^5.1.1",
"lowdb": "^1.0.0",
"make-dir": "^3.1.0",
"meow": "^9.0.0",
"ora": "^5.4.1"
},
"scripts": {
"test": "ava"
},
"devDependencies": {
"ava": "^3.15.0"
}
}