-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 964 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
{
"name": "twitter-downloader",
"version": "1.1.8",
"description": "Scraper for download Media from Twitter",
"main": "lib/index.js",
"scripts": {
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobyG74/twitter-downloader.git"
},
"keywords": [
"twitter-api",
"twitter-downloader",
"twitter-dl",
"twitter-nowatermark",
"twitter"
],
"author": "Tobz",
"license": "ISC",
"bugs": {
"url": "https://github.com/TobyG74/twitter-downloader/issues"
},
"homepage": "https://github.com/TobyG74/twitter-downloader#readme",
"dependencies": {
"axios": "^1.3.4",
"https-proxy-agent": "^7.0.5",
"socks-proxy-agent": "^8.0.4"
},
"devDependencies": {
"@types/node": "^18.15.11",
"typescript": "^5.0.3"
},
"directories": {
"lib": "lib"
}
}