UNPKG

mongosh

Version:
46 lines (45 loc) 1.03 kB
{ "name": "mongosh", "version": "2.5.8", "description": "MongoDB Shell CLI REPL", "keywords": [ "mongosh", "mongodb", "mongo", "shell" ], "homepage": "https://github.com/mongodb-js/mongosh/", "license": "Apache-2.0", "bin": { "mongosh": "bin/mongosh.js" }, "files": [ "bin" ], "repository": { "type": "git", "url": "git+https://github.com/mongodb-js/mongosh.git" }, "scripts": { "test": "exit 0", "test-ci": "node ../../scripts/run-if-package-requested.js npm test", "test-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test", "test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci" }, "bugs": { "url": "https://github.com/mongodb-js/mongosh/issues" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=16.15.0" }, "mongosh": { "variants": [] }, "dependencies": { "@mongosh/cli-repl": "2.5.8" }, "gitHead": "e019a30c3021026ff8db296171d7d7f68cdac05e" }