{ "name": "mongodb-connection-string-url", "version": "7.0.0", "description": "MongoDB connection strings, based on the WhatWG URL API", "keywords": [ "password", "prompt", "tty" ], "homepage": "https://github.com/mongodb-js/mongodb-connection-string-url", "repository": { "type": "git", "url": "https://github.com/mongodb-js/mongodb-connection-string-url.git" }, "bugs": { "url": "https://github.com/mongodb-js/mongodb-connection-string-url/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { "require": { "default": "./lib/index.js", "types": "./lib/index.d.ts" }, "import": { "default": "./.esm-wrapper.mjs", "types": "./lib/index.d.ts" } }, "files": [ "LICENSE", "lib", "package.json", "README.md", ".esm-wrapper.mjs" ], "scripts": { "lint": "ESLINT_USE_FLAT_CONFIG=false eslint \"{src,test}/**/*.ts\"", "test": "npm run build && nyc mocha --colors -r ts-node/register test/*.ts", "build": "npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs", "prepack": "npm run build", "compile-ts": "tsc -p tsconfig.json" }, "license": "Apache-2.0", "devDependencies": { "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.39.1", "@typescript-eslint/parser": "^8.39.1", "chai": "^4.2.0", "eslint": "^9.33.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-promise": "^7.1.0", "gen-esm-wrapper": "^1.1.3", "mocha": "^11.0.1", "nyc": "^15.1.0", "ts-node": "^10.9.1", "typescript": "^5.9.2" }, "dependencies": { "@types/whatwg-url": "^13.0.0", "whatwg-url": "^14.1.0" }, "engines": { "node": ">=20.19.0" } }