afridho-mongodb
Version:
A simple MongoDB client wrapper for easy database operations
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "afridho-mongodb",
"version": "1.3.2",
"description": "A simple MongoDB client wrapper for easy database operations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"clean": "rm -rf dist",
"build": "npm run clean && tsc"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"dependencies": {
"mongodb": "^5.0.0",
"dotenv": "^16.0.3"
},
"devDependencies": {
"@types/node": "^16.0.0",
"@types/mongodb": "^4.0.7",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/afridho/mongodb.git"
},
"homepage": "https://github.com/afridho/mongodb#readme",
"author": "afridho",
"license": "MIT",
"bugs": {
"url": "https://github.com/afridho/mongodb/issues"
},
"keywords": [
"mongodb",
"database",
"nosql",
"database-wrapper",
"afridho"
]
}