UNPKG

desi-mongoose

Version:

A fun and intuitive MongoDB ODM for Node.js with a Hinglish twist

58 lines (57 loc) 1.31 kB
{ "name": "desi-mongoose", "version": "0.2.0", "description": "A fun and intuitive MongoDB ODM for Node.js with a Hinglish twist", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest", "lint": "eslint src --ext .ts", "format": "prettier --write 'src/**/*.ts'" }, "repository": { "type": "git", "url": "git+https://github.com/1dhruvsingh/desi-mongoose.git" }, "keywords": [ "mongodb", "mongoose", "odm", "nodejs", "database", "desi", "hinglish", "india" ], "author": "Dhruv", "license": "MIT", "bugs": { "url": "https://github.com/1dhruvsingh/desi-mongoose/issues" }, "homepage": "https://github.com/1dhruvsingh/desi-mongoose?tab=readme-ov-file", "dependencies": { "mongoose": "^7.4.0" }, "devDependencies": { "@types/jest": "^29.5.3", "@types/node": "^20.17.47", "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "eslint": "^8.45.0", "jest": "^29.6.2", "mongodb": "^6.16.0", "prettier": "^3.0.0", "ts-jest": "^29.1.1", "typescript": "^5.8.3" }, "engines": { "node": ">=14.0.0" } }