-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 988 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
37
38
39
{
"name": "TwitterPictureDownloader",
"version": "2.2.0",
"description": "",
"bin": {
"yrTwitter": "bin/cli.js"
},
"main": "index.js",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"easy-table": "^1.1.1",
"fs-extra": "^8.0.0",
"minimist": "^1.2.6",
"node-fetch": "^2.6.7",
"p-map": "^4.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanagiragi/TwitterPictureDownloader.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yanagiragi/TwitterPictureDownloader/issues"
},
"homepage": "https://github.com/yanagiragi/TwitterPictureDownloader#readme"
}