-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 951 Bytes
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
{
"name": "fpf-cli",
"version": "1.7.8",
"description": "Cross-platform fuzzy package finder powered by fzf",
"bin": {
"fpf": "fpf"
},
"files": [
"fpf",
"bin/fpf-go-*",
"bin/fpf-go-*.exe",
"README.md",
"LICENSE",
"fpf.png"
],
"keywords": [
"fzf",
"package-manager",
"cli",
"apt",
"dnf",
"pacman",
"zypper",
"brew",
"winget",
"npm",
"bun"
],
"author": "Timmy6942025 <timothy.thomas2011@hotmail.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Timmy6942025/fpf-cli.git"
},
"homepage": "https://github.com/Timmy6942025/fpf-cli",
"bugs": {
"url": "https://github.com/Timmy6942025/fpf-cli/issues"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"scripts": {
"test": "bash tests/smoke.sh",
"prepack": "bash scripts/build-go-binaries.sh"
}
}