-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.35 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.35 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
58
59
60
{
"name": "omni-universal-package-manager",
"version": "1.0.0",
"description": "Universal Cross-Platform Package Manager for Linux, Windows, and macOS. One command to install software anywhere.",
"keywords": [
"package-manager",
"universal-package-manager",
"cross-platform",
"linux-package-manager",
"windows-package-manager",
"macos-package-manager",
"apt-wrapper",
"brew-wrapper",
"winget-wrapper",
"dnf-wrapper",
"pacman-wrapper",
"snap-wrapper",
"flatpak-wrapper",
"command-line-tool",
"cli",
"rust",
"open-source",
"system-administration",
"devops",
"software-installation",
"package-management",
"system-tools",
"developer-tools"
],
"homepage": "https://therealcoolnerd.github.io/omni",
"repository": {
"type": "git",
"url": "https://github.com/therealcoolnerd/omni.git"
},
"bugs": {
"url": "https://github.com/therealcoolnerd/omni/issues"
},
"author": {
"name": "therealcoolnerd",
"email": "arealcoolcompany@gmail.com",
"url": "https://github.com/therealcoolnerd"
},
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=16.0.0"
},
"os": [
"linux",
"win32",
"darwin"
],
"cpu": [
"x64",
"arm64"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/therealcoolnerd"
}
}