UNPKG

mongoist

Version:

Mongodb driver inspired by mongojs built with async/await in mind

62 lines (61 loc) 1.58 kB
{ "name": "mongoist", "version": "4.0.2", "description": "Mongodb driver inspired by mongojs built with async/await in mind", "main": "index.js", "files": [ "index.js", "index.js.flow", "lib" ], "engines": { "node": ">=16.20.1" }, "scripts": { "test": "nyc --reporter=lcov mocha --recursive --require @babel/polyfill --require @babel/register", "lint": "eslint . --ext '.js, .js.flow' && flow", "lint:fix": "npm run lint -- --fix" }, "repository": { "type": "git", "url": "git+https://github.com/mongoist/mongoist.git" }, "keywords": [ "mongodb", "async", "mongojs", "driver", "database", "db" ], "author": "Christoph Walcher <christoph.walcher@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/mongoist/mongoist/issues" }, "homepage": "https://github.com/mongoist/mongoist#readme", "dependencies": { "debug": "^4.3.4", "mongodb": "^6.15.0" }, "devDependencies": { "@babel/core": "^7.7.2", "@babel/polyfill": "^7.7.0", "@babel/preset-env": "^7.7.1", "@babel/register": "^7.7.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "babel-eslint": "^10.0.3", "chai": "^4.2.0", "coveralls": "^3.1.1", "drop-mongodb-collections": "^1.2.5", "eslint": "^6.5.1", "eslint-config-prettier": "^6.10.0", "eslint-plugin-flowtype": "^4.6.0", "flow-bin": "0.108.0", "mocha": "^6.2.1", "mongojs": "^3.0.0", "nyc": "^14.1.1", "semantic-release": "^19.0.5" } }