-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
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
40
41
42
43
{
"name": "vogue-runway-scraper",
"version": "2.0.0",
"description": "Scrapes Vogue's fashion shows.",
"main": "app.js",
"private": true,
"scripts": {
"start": "node ./app.js",
"dev": "node ./app.js -- watch"
},
"dependencies": {
"cli-progress": "^3.9.0",
"dotenv": "9.0.0",
"node-fetch": "^2.6.1",
"prompts": "^2.4.1"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.25.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-standard": "5.0.0",
"npm-check-updates": "^11.5.10"
},
"engines": {},
"repository": {
"type": "git",
"url": "https://github.com/R-K-H/vogue-runway-scraper"
},
"keywords": [
"vogue",
"scraper",
"crawler",
"downloader",
"fashion",
"shows"
],
"author": "Kollan House <[email protected]>",
"license": "GNU General Public License v3.0"
}