mongodb-download-url
Version:
Lookup download URLs for MongoDB versions.
84 lines (83 loc) • 2.47 kB
JSON
{
"name": "mongodb-download-url",
"version": "1.8.4",
"description": "Lookup download URLs for MongoDB versions.",
"scripts": {
"bootstrap": "npm run compile",
"prepublishOnly": "npm run compile",
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
"typecheck": "tsc --noEmit",
"eslint": "eslint",
"prettier": "prettier",
"lint": "npm run eslint . && npm run prettier -- --check .",
"lint-fix": "npm run eslint . -- --fix && npm run prettier -- --write .",
"depcheck": "depcheck",
"check": "npm run typecheck && npm run lint && npm run depcheck",
"check-ci": "npm run check",
"test": "mocha",
"test-cov": "nyc -r text -r html -r lcov mocha --colors -r ts-node/register test/*.ts",
"test-watch": "npm run test -- --watch",
"test-ci": "npm run test-cov",
"reformat": "npm run prettier -- --write ."
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"require": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"import": {
"default": "./dist/.esm-wrapper.mjs",
"types": "./dist/index.d.ts"
}
},
"bin": {
"mongodb-download-url": "bin/mongodb-download-url.js"
},
"check": {
"ignore": [
"coverage/{*,**/*}"
]
},
"precommit": [
"check",
"test"
],
"dependencies": {
"debug": "^4.4.0",
"minimist": "^1.2.8",
"node-fetch": "^2.7.0",
"semver": "^7.7.1"
},
"devDependencies": {
"@mongodb-js/eslint-config-devtools": "^0.11.2",
"@mongodb-js/mocha-config-devtools": "^1.1.0",
"@mongodb-js/prettier-config-devtools": "^1.0.2",
"@mongodb-js/tsconfig-devtools": "^1.1.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.1.1",
"@types/node": "^22.15.30",
"depcheck": "^1.4.7",
"eslint": "^7.25.0 || ^8.0.0",
"gen-esm-wrapper": "^1.1.3",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"prettier": "^3.5.3",
"sinon": "^9.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"keywords": [
"mongodb",
"mongodb.js"
],
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/devtools-shared.git"
},
"author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com> (http://imlucas.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/mongodb-js/devtools-shared/tree/main/packages/download-url",
"gitHead": "da4372646f24ef7c9ef6bb8224d0cf1f53be7540"
}