{ "name": "@dbx-app/mongo-shell", "version": "0.4.34", "description": "Pure MongoDB shell JSON/argument parsing shared by desktop and node-core", "license": "Apache-2.0", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "files": [ "dist", "src" ], "scripts": { "build": "tsc", "prepare": "tsc" }, "devDependencies": { "typescript": "^5.8.3" }, "engines": { "node": ">=22.13.0" } }