-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 831 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
40
{
"name": "easy-torrent",
"version": "1.1.4",
"description": "It will get torrents for you right in your terminal",
"main": "index.js",
"scripts": {
"test": "node index"
},
"keywords": [
"cli",
"torrent",
"movies",
"games",
"shows",
"game",
"movie",
"show",
"magnet"
],
"author": "TheRamann",
"license": "ISC",
"bin": {
"torrent": "index.js",
"easy-torrent": "index.js"
},
"dependencies": {
"brotli": "^1.3.2",
"inquirer": "^7.3.3",
"torrent-search-api": "^2.1.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TheRamann/easy-torrent.git"
},
"bugs": {
"url": "https://github.com/TheRamann/easy-torrent/issues"
},
"homepage": "https://github.com/TheRamann/easy-torrent#readme"
}