rykit-v3
Version:
A powerful Node.js utility library for Minecraft server status, color manipulation, encryption, file operations, and more
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "rykit-v3",
"version": "1.0.2",
"description": "A powerful Node.js utility library for Minecraft server status, color manipulation, encryption, file operations, and more",
"type": "module",
"main": "index.js",
"scripts": {},
"keywords": [
"minecraft",
"server-status",
"color-utils",
"encryption",
"file-operations",
"string-manipulation",
"array-utils",
"math-utils",
"performance",
"validation",
"date-formatting",
"object-utils",
"utility-library",
"nodejs-tools"
],
"author": "Rynix",
"license": "MIT",
"dependencies": {
"crypto": "^1.0.1",
"jsonwebtoken": "^9.0.2",
"mime-types": "^2.1.35",
"node-fetch": "^3.3.0",
"perf_hooks": "0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Rynix01/rykit-v3"
},
"bugs": {
"url": "https://github.com/Rynix01/rykit-v3/issues"
},
"homepage": "https://github.com/Rynix01/rykit-v3#readme"
}