npxbase
Version:
A professional and modular database management library for Node.js with support for MySQL, PostgreSQL, and MongoDB.
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "npxbase",
"version": "1.0.0",
"description": "A professional and modular database management library for Node.js with support for MySQL, PostgreSQL, and MongoDB.",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"build": "echo 'Building the library...'",
"start": "node index.js"
},
"keywords": [
"database",
"mysql",
"postgresql",
"mongodb",
"nodejs",
"db-manager",
"npxbase"
],
"author": "3rab",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/npxbase.git"
},
"bugs": {
"url": "https://github.com/yourusername/npxbase/issues"
},
"homepage": "https://github.com/yourusername/npxbase",
"dependencies": {
"mysql2": "^3.3.0",
"pg": "^8.11.0"
},
"devDependencies": {
"jest": "^29.7.0",
"eslint": "^8.51.0"
}
}