-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 842 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
{
"name": "termfetch",
"type": "module",
"version": "0.2.2",
"bin": {
"termfetch": "./bin/global.js"
},
"licenses": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bitsbyseb/termfetch.git"
},
"preferGlobal": true,
"description": "command-line system information tool written in JavaScript.Termfetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.",
"main": "./index.js",
"scripts": {
"test": "node ./bin/global.js"
},
"keywords": [
"neofetch",
"terminal",
"cli",
"shell",
"xterm",
"log",
"command-line",
"console"
],
"homepage": "https://github.com/bitsbyseb/termfetch#readme",
"author": "johanpuentes",
"license": "ISC",
"dependencies": {
"chalk": "^5.3.0"
}
}