UNPKG

mongodb-atlas-api-client

Version:
50 lines (49 loc) 1.67 kB
{ "name": "mongodb-atlas-api-client", "version": "4.12.0", "description": "A mongodb atlas api client for nodejs.", "main": "src/index.js", "scripts": { "pretest": "npm run depcheck && eslint --cache \"src/**/*.js\" \"test/**/*.js\"", "depcheck": "depcheck", "test": "./node_modules/@hapi/lab/bin/lab -I '@@any-promise/REGISTRATION,Symbol(undici.globalDispatcher.1)' ./test/ -v -S --assert @hapi/code --threshold 100 -p 1 -o test-results/result.json -r json -r console -o stdout", "lint": "./node_modules/.bin/eslint ./src --fix", "premajor": "npm run test", "major": "npm version major -m \"published to npm as v%s\" && git push --follow-tags && npm publish", "preminor": "npm run test", "minor": "npm version minor -m \"published to npm as v%s\" && git push --follow-tags && npm publish", "prepatch": "npm run test", "patch": "npm version patch -m \"published to npm as v%s\" && git push --follow-tags && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/montumodi/mongodb-atlas-api-client.git" }, "keywords": [ "mongo", "mongodb", "atlas", "api", "client", "driver", "nodejs", "node" ], "author": "Ashish Modi", "license": "ISC", "bugs": { "url": "https://github.com/montumodi/mongodb-atlas-api-client/issues" }, "homepage": "https://github.com/montumodi/mongodb-atlas-api-client#readme", "devDependencies": { "@eslint/js": "^9.38.0", "@hapi/code": "^9.0.3", "@hapi/lab": "^25.3.2", "depcheck": "^1.4.7", "eslint": "^9.38.0", "sinon": "^21.0.0" }, "dependencies": { "urllib": "^4.8.2" } }