UNPKG

btrz-mongo-service

Version:
42 lines (41 loc) 1.14 kB
{ "name": "btrz-mongo-service", "version": "1.6.0", "description": "Betterez specific Mongo data-access service", "main": "index.js", "scripts": { "test": "NODE_ENV=test mocha --ui bdd -t 50000 test/*.js --exit", "test-w": "NODE_ENV=test node_modules/mocha/bin/mocha -w test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/Betterez/btrz-mongo-service.git" }, "keywords": [ "service", "mongo", "data-access", "validation" ], "author": "Betterez", "license": "MIT", "bugs": { "url": "https://github.com/Betterez/btrz-mongo-service/issues" }, "homepage": "https://github.com/Betterez/btrz-mongo-service#readme", "dependencies": {}, "devDependencies": { "chance": "1.1.8", "chai": "latest", "chai-as-promised": "latest", "mocha": "latest", "sinon": "latest", "btrz-simple-dao": "4.3.0", "confusing-browser-globals": "^1.0.10", "eslint": "7.32.0", "eslint-config-btrz-base": "^1.0.0", "eslint-plugin-chai-friendly": "^0.4.1", "eslint-plugin-import": "^2.20.1", "eslint-plugin-mocha": "^5.3.0" } }