akf-system
Version:
A Node.js based sync system-information (GPU, RAM, etc.) fetcher. Zero dependencies.
36 lines (35 loc) • 796 B
JSON
{
"name": "akf-system",
"version": "1.3.0",
"description": "A Node.js based sync system-information (GPU, RAM, etc.) fetcher. Zero dependencies.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akif9748/akf-system.git"
},
"keywords": [
"akf-system",
"system-information",
"system-info",
"neofetch",
"system",
"gpu",
"uptime",
"cpu",
"motherboard",
"ram"
],
"author": "Akif9748",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Akif9748/akf-system/issues"
},
"homepage": "https://github.com/Akif9748/akf-system#readme",
"bin": {
"asys": "cli.js"
}
}