UNPKG

mongo-oplog2

Version:
52 lines (51 loc) 1.18 kB
{ "name": "mongo-oplog2", "version": "3.0.0", "description": "Simple monitoring of MongoDB oplog.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "clean": "rm -rf lib node_modules", "build": "npm run clean && npm install && npm test && tsc -p .", "lint": "tslint --project tsconfig.json", "preversion": "npm run build", "test": "mocha", "test-ci": "NODE_ENV=test mocha --reporter xunit --reporter-options output=testresults.xml" }, "keywords": [ "data", "mongo", "mongodb", "watcher", "live", "oplog", "cursor" ], "author": "jloveridge", "license": "MIT", "dependencies": { "@types/mongodb": "~3.5.27", "commander": "~6.1.0", "eventemitter3": "~4.0.7", "mongodb": "~3.6.2", "tslib": "~2.0.1" }, "devDependencies": { "@types/chai": "*", "@types/mocha": "*", "@types/node": "~10.17.13", "chai": "~4.2.0", "mocha": "~7.1.0", "ts-node": "~9.0.0", "tslint": "~5.20.1", "typescript": "~4.0.3" }, "files": [ "bin", "lib" ], "repository": { "type": "git", "url": "https://github.com/jloveridge/mongo-oplog2" } }