{ "name": "@push.rocks/smartmongo", "version": "2.0.10", "private": false, "description": "A module for creating and managing a local MongoDB instance for testing purposes.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.66", "@gitzone/tsbundle": "^2.0.8", "@gitzone/tsrun": "^1.2.44", "@gitzone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.12", "@types/node": "^20.4.8" }, "dependencies": { "@push.rocks/mongodump": "^1.0.7", "@push.rocks/smartdata": "^5.0.23", "@push.rocks/smartpath": "^5.0.11", "@push.rocks/smartpromise": "^4.0.3", "mongodb-memory-server": "^8.14.0" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "keywords": [ "mongodb", "testing", "local database", "replica set", "memory server", "database management", "typescript" ], "homepage": "https://code.foss.global/push.rocks/smartmongo", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartmongo.git" } }