-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.31 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.31 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "prenivdlapp-cli",
"version": "1.3.5",
"description": "A CLI tool for downloading videos, images, and audio from 13+ social media platforms including TikTok, Instagram, Facebook, Twitter/X, YouTube, Spotify, RedNote/Xiaohongshu, Threads, and more - (FREE)",
"main": "index.js",
"bin": {
"prnvapp": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">= 20.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arsya371/prenivdlapp-cli.git"
},
"author": "PrenivApp - Arsya371",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/arsya371/prenivdlapp-cli/issues"
},
"keywords": [
"cli",
"downloader",
"tiktok",
"douyin",
"spotify",
"twitter",
"applemusic",
"pinterest",
"facebook",
"prenivdlapp-cli",
"instagram",
"youtube",
"capcut",
"bluesky",
"xiaohongshu",
"rednote",
"threads",
"social-media",
"cross-platform",
"tools-downloader",
"social-media-downloader",
"video-downloader",
"termux"
],
"homepage": "https://github.com/arsya371/prenivdlapp-cli#readme",
"dependencies": {
"axios": "^1.6.0",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"figlet": "^1.7.0",
"inquirer": "^8.2.6",
"ora": "^5.4.1"
}
}