meo-forkcy-utils
Version:
A handy utils package with time, random, string helpers, etc...
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "meo-forkcy-utils",
"version": "1.0.3",
"description": "A handy utils package with time, random, string helpers, etc...",
"keywords": [
"utils",
"meo-forkcy",
"meo-forkcy-utils",
"sleep",
"time",
"random",
"string",
"array",
"misc",
"airdrop",
"utility",
"blackcatsyndicate"
],
"homepage": "https://github.com/meo-forkcy/meo-forkcy-utils#readme",
"bugs": {
"url": "https://github.com/meo-forkcy/meo-forkcy-utils/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meo-forkcy/meo-forkcy-utils.git"
},
"license": "MIT",
"author": "meo-forkcy",
"type": "commonjs",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"example": "node example/index.js"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"eslint": "^9.28.0",
"globals": "^16.2.0"
}
}