UNPKG

@onurege3467/zerohelper

Version:

ZeroHelper is a versatile JavaScript library offering helper functions and database utilities for developers. It supports MongoDB, MySQL, SQLite, Redis, and PostgreSQL.

46 lines (45 loc) 1.04 kB
{ "name": "@onurege3467/zerohelper", "version": "5.0.2", "main": "index.js", "scripts": { "test": "node test.js" }, "keywords": [ "helper", "zerohelper", "database", "uuid", "mongodb", "mysql", "jsondatabase", "sqlite3", "quick.db", "postgresql", "redis", "utility", "functions", "nodejs" ], "author": "Onure9e", "license": "ISC", "description": "ZeroHelper is a versatile JavaScript library offering helper functions and database utilities for developers. It supports MongoDB, MySQL, SQLite, Redis, and PostgreSQL.", "dependencies": { "bcrypt": "^5.1.1", "better-sqlite3": "^11.10.0", "crypto": "^1.0.1", "csv": "^6.3.11", "dotenv": "^16.4.7", "fs": "^0.0.1-security", "js-yaml": "^4.1.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "mongodb": "^6.12.0", "mysql2": "^3.14.1", "path": "^0.12.7", "pg": "^8.14.1", "promise-mysql": "^5.2.0", "redis": "^4.7.0", "sqlite3": "^5.1.7" } }