mongo-pipeliner
Version:
A practical and userful set of tools to help you build and test MongoDB aggregation pipelines.
60 lines (59 loc) • 1.58 kB
JSON
{
"name": "mongo-pipeliner",
"version": "0.1.7",
"description": "A practical and userful set of tools to help you build and test MongoDB aggregation pipelines.",
"keywords": [
"mongodb",
"mongoose",
"aggregation",
"pipeline",
"atrys",
"atrysglobal",
"atryshealth"
],
"author": "Atrys Health.",
"license": "MIT",
"main": "dist/pipeline-builder",
"types": "dist/pipeline-builder",
"files": [
"dist/**/*"
],
"scripts": {
"test": "jest",
"build": "tsc",
"lint": "eslint",
"prepublishOnly": "npm test && npm run lint && npm run build",
"preversion": "npm run lint && npm test && npm run build",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AtrysGlobal/mongo-pipeliner.git"
},
"pre-push": [
"preversion"
],
"bugs": {
"url": "https://github.com/AtrysGlobal/mongo-pipeliner/issues"
},
"homepage": "https://github.com/AtrysGlobal/mongo-pipeliner#readme",
"dependencies": {
"mongoose": "^7.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"mongodb-memory-server": "^9.1.6",
"pre-push": "^0.1.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}