@onurege3467/zerohelper
Version:
ZeroHelper is a versatile high-performance utility library and database framework for Node.js, fully written in TypeScript.
80 lines (79 loc) • 1.74 kB
JSON
{
"name": "@onurege3467/zerohelper",
"version": "11.0.1",
"description": "ZeroHelper is a versatile high-performance utility library and database framework for Node.js, fully written in TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"zero": "./dist/bin/index.js"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest"
},
"files": [
"dist"
],
"keywords": [
"helper",
"zerohelper",
"database",
"uuid",
"mongodb",
"mysql",
"jsondatabase",
"sqlite3",
"quick.db",
"postgresql",
"utility",
"functions",
"nodejs",
"validation",
"logger",
"migration",
"increment",
"decrement",
"zpack",
"typescript",
"cli",
"worker"
],
"author": "Onure9e",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"crypto": "^1.0.1",
"csv": "^6.3.11",
"dotenv": "^16.4.7",
"fs": "^0.0.1-security",
"inquirer": "^8.2.5",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lru-cache": "^10.0.0",
"mongodb": "^6.12.0",
"mysql2": "^3.14.1",
"ora": "^5.4.1",
"path": "^0.12.7",
"pg": "^8.14.1",
"promise-mysql": "^5.2.0",
"redis": "^4.7.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/inquirer": "^8.2.5",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/pg": "^8.11.10",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}