-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 923 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
{
"name": "playt",
"version": "1.0.0",
"description": "play or download youtube songs from terminal",
"main": "index.js",
"preferGlobal": true,
"bin": "./command.js",
"dependencies": {
"commander": "^5.1.0",
"inquirer": "^7.3.2",
"yt-search": "^2.10.4",
"ytdl-core": "^2.1.7"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BiswaViraj/playt.git"
},
"keywords": [
"playt",
"youtube",
"cli",
"youtubeDownloader",
"downloader",
"node",
"ytplayer"
],
"author": "BiswaViraj",
"license": "ISC",
"bugs": {
"url": "https://github.com/BiswaViraj/playt/issues"
},
"homepage": "https://github.com/BiswaViraj/playt#readme"
}