-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.14 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.14 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
50
51
52
53
54
55
56
57
{
"name": "gitfm",
"version": "2.2.1",
"description": "A CLI App for searching GitHub/GitLab repos, fetching as filesystem and cloning",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"gitfm": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Debajyati/gitFM.git"
},
"type": "module",
"keywords": [
"git",
"github",
"gitlab",
"search",
"fetch",
"clone",
"oauth",
"sparse-checkout",
"sparse",
"shallow",
"blobless",
"treeless",
"cloning",
"cli",
"filesystem",
"repo",
"monorepo",
"monorepos",
"fetching",
"interactive"
],
"author": "Debajyati Dey",
"license": "ISC",
"dependencies": {
"@inquirer/input": "^4.1.0",
"@inquirer/search": "^3.0.1",
"@octokit/oauth-methods": "^5.1.2",
"@octokit/rest": "^21.0.2",
"boxen": "^8.0.1",
"cfonts": "^3.3.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"open": "^10.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"globals": "^15.10.0"
}
}