Skip to content

Commit 9d48efb

Browse files
author
EspressoTrip-v2
committed
npx script for replicas
1 parent 3bce5ed commit 9d48efb

4 files changed

Lines changed: 515 additions & 53 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"require": "./lib/cjs/index.js"
1515
}
1616
},
17+
"bin": {
18+
"mongo-replicas": "lib/esm/bin/mongoReplicas.js"
19+
},
1720
"scripts": {
1821
"ci:publish": "changeset publish && git push --follow-tags",
1922
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
@@ -32,7 +35,7 @@
3235
"node-fetch": "^3.3.2",
3336
"prettier": "^3.6.2",
3437
"proxy": "^2.2.0",
35-
"ts-node": "^8.0.2",
38+
"tedious": "^18.6.1",
3639
"typescript": "^5.9.3",
3740
"vitest": "^3.2.4"
3841
},

0 commit comments

Comments
 (0)