UNPKG

mongodb-atlas-api-client

Version:
53 lines (52 loc) 1.86 kB
{ "name": "mongodb-atlas-api-client", "version": "4.15.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 --ignores=\"@babel/core,@babel/eslint-parser\"", "test": "./node_modules/@hapi/lab/bin/lab -I '@@any-promise/REGISTRATION,Symbol(undici.globalDispatcher.1),Symbol(undici.globalDispatcher.2),File' ./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": { "@babel/core": "^7.29.7", "@babel/eslint-parser": "^7.29.7", "@eslint/js": "^9.39.4", "@hapi/code": "^9.0.3", "@hapi/eslint-plugin": "^6.0.0", "@hapi/lab": "^25.3.2", "depcheck": "^1.4.7", "eslint": "^9.39.4", "sinon": "^22.0.0" }, "dependencies": { "urllib": "^4.9.0" } }