-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.05 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
{
"name": "ressdify",
"productName": "Ressdify",
"package-name": "ressdify",
"version": "1.0.9",
"author": "Manthan Raj Rajoria",
"description": "A Resso Downloader",
"repository": {
"type": "git",
"url": "git+https://github.com/Gamedemons/Ressdify.git"
},
"keywords": [
"Resso",
"resso",
"Music",
"music",
"Music-Downloader",
"music-downloader",
"Downloader",
"downloader",
"Resso-Downloader",
"resso-downloader"
],
"main": "index.js",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gamedemons/Ressdify/issues"
},
"homepage": "https://github.com/Gamedemons/Ressdify#readme",
"scripts": {
"start": "node ."
},
"bin": {
"ressdify": "./index.js"
},
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.2",
"chalk-animation": "^1.6.0",
"figlet": "^1.5.2",
"gradient-string": "^2.0.0",
"html-entities": "^2.1.0",
"inquirer": "^8.2.0",
"is-url": "^1.2.4",
"jssoup": "0.0.12",
"nanospinner": "^1.0.0",
"progress": "^2.0.3"
}
}