-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 862 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 862 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
{
"name": "dawnfetch",
"version": "0.1.6",
"description": "🏳️⚧️ a fast, cross-platform system info CLI with beautiful theme support",
"bin": {
"dawnfetch": "npm/bin.cjs"
},
"scripts": {
"postinstall": "node npm/postinstall.cjs"
},
"files": [
"npm/",
"cli/",
"README.md",
"themes.json",
"ascii/"
],
"keywords": [
"dawnfetch",
"fetch",
"system-info",
"cli",
"neofetch",
"fastfetch"
],
"author": "almightynan <nan@almightynan.cc>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/almightynan/dawnfetch.git"
},
"homepage": "https://github.com/almightynan/dawnfetch",
"bugs": {
"url": "https://github.com/almightynan/dawnfetch/issues"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
}
}