UNPKG

@transomjs/transom-atlas-accesslist

Version:

Auto add TransomJS server IPs to the Atlas MongoDB Accesslist.

49 lines (48 loc) 1.2 kB
{ "name": "@transomjs/transom-atlas-accesslist", "version": "0.0.3", "description": "Auto add TransomJS server IPs to the Atlas MongoDB Accesslist.", "main": "index.js", "scripts": { "deploy": "np", "test": "cross-env NODE_ENV=test nyc mocha", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/transomjs/transom-atlas-accesslist.git" }, "publishConfig": { "access": "public" }, "keywords": [ "atlas", "mongodb", "whitelist", "accesslist" ], "author": "Mark Voorberg <mark@binaryops.ca>", "license": "MIT", "bugs": { "url": "https://github.com/transomjs/transom-atlas-accesslist/issues" }, "homepage": "https://github.com/transomjs/transom-atlas-accesslist#readme", "engines": { "node": ">=12.0" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.9", "cross-env": "^7.0.3", "mocha": "^9.1.3", "mocha-lcov-reporter": "^1.3.0", "np": "^7.6.0", "nyc": "^15.1.0", "sinon": "^12.0.1" }, "dependencies": { "axios": "^0.24.0", "debug": "^4.3.2", "mongodb-atlas-api-client": "^2.27.0" } }