This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
executable file
·64 lines (64 loc) · 1.63 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cliflix",
"version": "1.11.3",
"description": "Watch anything instantaneously, just write its name.",
"bin": "dist/src/bin/index.js",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"compile": "tsc --skipLibCheck && tstei",
"compile:watch": "tsc --skipLibCheck --watch",
"prepublishOnly": "npm run clean && npm run compile"
},
"bugs": {
"url": "https://github.com/fabiospampinato/cliflix/issues"
},
"license": "MIT",
"author": {
"name": "Fabio Spampinato",
"email": "spampinabio@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fabiospampinato/cliflix.git"
},
"keywords": [
"watch",
"stream",
"torrent",
"cli",
"cliflix"
],
"dependencies": {
"caporal": "^0.10.0",
"execa": "^0.8.0",
"filesize-parser": "^1.5.0",
"inquirer-helpers": "^1.3.2",
"is-online": "^7.0.0",
"json5": "^0.5.1",
"locale-code": "^2.0.1",
"lodash": "^4.17.11",
"opensubtitles-api": "^4.1.0",
"ora": "^3.0.0",
"os-locale": "^3.0.1",
"parse-torrent": "^6.1.2",
"prettysize": "^0.1.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"specialist": "^0.3.0",
"temp": "^0.8.3",
"torrent-search-api": "^2.0.3",
"webtorrent-cli": "git://github.com/fabiospampinato/webtorrent-cli.git#iina-pip"
},
"devDependencies": {
"@types/lodash": "^4.14.118",
"@types/node": "^10.12.8",
"rimraf": "^2.6.2",
"typescript": "~3.0.3",
"typescript-transform-export-interop": "^1.0.1"
},
"engines": {
"node": ">= 6.0.0"
}
}