aoifetch
Version:
A simple Neofetch style system info tool in Node.js, written entirely by gundalf-cli.
33 lines • 770 B
JSON
{
"name": "aoifetch",
"version": "0.4.1",
"description": "A simple Neofetch style system info tool in Node.js, written entirely by gundalf-cli.",
"main": "index.js",
"type": "module",
"preferGlobal": true,
"bin": {
"aoifetch": "index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"fetch",
"system",
"info",
"neofetch"
],
"author": "Aoi Karasu <aoikarasu@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aoikarasu/aoifetch.git"
},
"bugs": {
"url": "https://github.com/aoikarasu/aoifetch/issues"
},
"homepage": "https://github.com/aoikarasu/aoifetch#readme",
"dependencies": {
"chalk": "^5.4.1"
}
}