UNPKG

mongo-pipeline-kit

Version:

A feature-rich MongoDB pipeline builder kit for creating, reusing, and managing aggregation pipelines with enhanced JSON support and advanced utilities

80 lines (79 loc) 2.49 kB
{ "name": "mongo-pipeline-kit", "version": "0.3.3", "description": "A feature-rich MongoDB pipeline builder kit for creating, reusing, and managing aggregation pipelines with enhanced JSON support and advanced utilities", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest --passWithNoTests", "format": "prettier --write \"src/**/*.ts\"", "prepare": "npm run build", "preversion": "echo skipping lint", "version": "npm run format && git add -A src CHANGELOG.md", "postversion": "git push && git push --tags", "prepublish": "npm run build", "issues": "open https://github.com/arjun-computer-geek/mongo-pipeline-kit/issues", "npm": "open https://www.npmjs.com/package/mongo-pipeline-kit", "docs": "open https://github.com/arjun-computer-geek/mongo-pipeline-kit#readme" }, "keywords": [ "mongodb", "pipeline", "aggregation", "builder", "typescript", "query", "database", "json", "utilities", "analysis" ], "author": { "name": "Arjun Computer Geek", "email": "arjun2000raj@gmail.com", "url": "https://github.com/arjun-computer-geek" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/arjun-computer-geek/mongo-pipeline-kit.git" }, "bugs": { "url": "https://github.com/arjun-computer-geek/mongo-pipeline-kit/issues", "email": "arjun2000raj@gmail.com" }, "homepage": "https://github.com/arjun-computer-geek/mongo-pipeline-kit#readme", "funding": { "type": "github", "url": "https://github.com/sponsors/arjun-computer-geek" }, "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "dependencies": { "mongodb": "^6.3.0" }, "files": [ "dist", "README.md", "LICENSE", "CONTRIBUTING.md", "CHANGELOG.md", "EXAMPLES.md", "ISSUES.md", "FUNDING.md" ] }