{ "name": "@push.rocks/smartmongo", "version": "5.1.0", "private": false, "description": "A powerful MongoDB toolkit for testing and development with a real memory server, wire-protocol-compatible database server, and zero-config local database.", "exports": { ".": "./dist_ts/index.js" }, "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/. --verbose --logfile --timeout 60)", "build": "(tsbuild tsfolders)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsbundle": "^2.10.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.0", "@types/node": "^25.5.0", "mongodb": "^7.1.1" }, "dependencies": { "@push.rocks/mongodump": "^1.1.0", "@push.rocks/smartdata": "^7.1.2", "@push.rocks/smartfs": "^1.5.0", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrx": "^3.0.10", "bson": "^7.1.1", "mingo": "^7.2.0", "mongodb-memory-server": "^11.0.1" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "readme.md" ], "keywords": [ "mongodb", "testing", "local database", "replica set", "memory server", "database management", "typescript" ], "homepage": "https://code.foss.global/push.rocks/smartmongo#readme", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartmongo.git" }, "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6", "bugs": { "url": "https://code.foss.global/push.rocks/smartmongo/issues" }, "pnpm": { "overrides": {} } }