forked from mayankchd/movie
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"name": "movie-cli-2",
"version": "1.1.0",
"description": "a clî tool to fetch movies/series info from OMDBapi, comparing two movies, and saving metadata formatted as properties for Logseq. Forked from movie-cli by Mayankchd.",
"bin": {
"movie": "./cli.js"
},
"type": "module",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/cannibalox/movie-cli-2.git"
},
"author": "Mayank <imayankchd@gmail.com>, cannibalox <hpx1@hpx1.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cannibalox/movie-cli-2/issues"
},
"homepage": "https://github.com/cannibalox/movie-cli-2#readme",
"dependencies": {
"chalk": "^4.1.2",
"cli-select": "^1.1.2",
"commander": "^9.4.1",
"conf": "^10.2.0",
"dateformat": "^5.0.3",
"elegant-spinner": "^1.0.1",
"first-run": "^3.0.0",
"log-update": "^5.0.1",
"node-clipboardy": "^1.0.3",
"normalize-path": "^3.0.0",
"prompts": "^2.4.2",
"sanitize-filename": "^1.6.3"
}
}