@13w/miri
Version:
MongoDB patch manager
53 lines • 1.15 kB
JSON
{
"name": "@13w/miri",
"description": "MongoDB patch manager",
"version": "1.1.19",
"type": "module",
"engines": {
"node": "v22"
},
"keywords": [
"MongoDB",
"patch",
"migration",
"ssh"
],
"bin": {
"miri": "bin/miri"
},
"files": [
"bin/miri",
"dist/cli.js",
"dist/evaluator.js",
"dist/miri.js",
"dist/mongodb.js"
],
"main": "bin/miri",
"types": "types/miri.d.ts",
"dependencies": {
"@mongosh/service-provider-server": "^2.3.2",
"@mongosh/shell-api": "^3.8.0",
"@mongosh/shell-evaluator": "^3.8.0",
"colors": "^1.4.0",
"commander": "^13.1.0",
"console-table-printer": "^2.12.1",
"mongodb": "^6.14.2",
"ssh-config": "^5.0.3",
"tunnel-ssh": "^5.2.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/node": "^22.13.9",
"eslint": "^9.21.0",
"mongodb-log-writer": "^2.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0"
},
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint --quiet src/",
"prepublish": "pnpm run build"
}
}