2021-12-20 15:58:23 +01:00
{
2023-07-10 10:16:43 +02:00
"name" : "@push.rocks/smartmongo" ,
2026-03-26 08:02:04 +00:00
"version" : "5.1.1" ,
2021-12-20 15:58:23 +01:00
"private" : false ,
2026-03-26 08:02:04 +00:00
"description" : "A powerful MongoDB toolkit for testing and development with a real memory server, wire-protocol-compatible database server, and zero-config local database." ,
2026-02-03 07:29:20 +00:00
"exports" : {
"." : "./dist_ts/index.js"
} ,
2022-05-17 18:28:09 +02:00
"type" : "module" ,
2026-02-03 08:14:58 +00:00
"author" : "Task Venture Capital GmbH" ,
2021-12-20 15:58:23 +01:00
"license" : "MIT" ,
"scripts" : {
2026-02-01 16:05:00 +00:00
"test" : "(tstest test/. --verbose --logfile --timeout 60)" ,
2026-03-26 08:02:04 +00:00
"build" : "(tsbuild tsfolders)" ,
2023-08-08 16:59:47 +02:00
"buildDocs" : "tsdoc"
2021-12-20 15:58:23 +01:00
} ,
"devDependencies" : {
2026-03-26 08:02:04 +00:00
"@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"
2021-12-20 15:58:23 +01:00
} ,
"dependencies" : {
2026-03-26 08:02:04 +00:00
"@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" ,
2026-01-31 11:33:11 +00:00
"mingo" : "^7.2.0" ,
2026-03-26 08:02:04 +00:00
"mongodb-memory-server" : "^11.0.1"
2021-12-20 15:58:23 +01:00
} ,
"browserslist" : [
"last 1 chrome versions"
] ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
2026-03-26 08:02:04 +00:00
".smartconfig.json" ,
2021-12-20 15:58:23 +01:00
"readme.md"
2024-04-14 18:00:24 +02:00
] ,
"keywords" : [
"mongodb" ,
"testing" ,
"local database" ,
"replica set" ,
"memory server" ,
"database management" ,
"typescript"
2024-05-29 14:14:52 +02:00
] ,
2025-04-06 19:00:35 +00:00
"homepage" : "https://code.foss.global/push.rocks/smartmongo#readme" ,
2024-05-29 14:14:52 +02:00
"repository" : {
"type" : "git" ,
"url" : "https://code.foss.global/push.rocks/smartmongo.git"
2025-04-06 13:41:13 +00:00
} ,
2025-04-06 19:00:35 +00:00
"packageManager" : "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6" ,
"bugs" : {
"url" : "https://code.foss.global/push.rocks/smartmongo/issues"
} ,
"pnpm" : {
"overrides" : { }
}
2025-04-06 19:00:35 +00:00
}