@13w/miri
Version:
MongoDB patch manager
50 lines • 1.07 kB
JSON
{
"name": "@13w/miri",
"description": "MongoDB patch manager",
"version": "1.1.25",
"type": "module",
"engines": {
"node": ">=18"
},
"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-node-driver": "^5.0.11",
"@mongosh/shell-api": "^5.1.9",
"@mongosh/shell-evaluator": "^5.1.9",
"colors": "^1.4.0",
"commander": "^14.0.3",
"console-table-printer": "^2.15.0",
"mongodb": "^7.2.0",
"ssh-config": "^5.1.0",
"tunnel-ssh": "^5.2.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"mongodb-log-writer": "^2.5.12",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
},
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "biome format && biome lint",
"prepublish": "pnpm run build"
}
}