70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "@push.rocks/smartdb",
|
|
"version": "1.0.1",
|
|
"private": false,
|
|
"description": "A pure TypeScript MongoDB wire-protocol-compatible database server with pluggable storage, indexing, transactions, and zero external binary dependencies.",
|
|
"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.1",
|
|
"@types/node": "^25.5.0",
|
|
"mongodb": "^7.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@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.2.0",
|
|
"mingo": "^7.2.0"
|
|
},
|
|
"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",
|
|
"wire protocol",
|
|
"typescript database",
|
|
"in-memory database",
|
|
"testing",
|
|
"local database",
|
|
"database server",
|
|
"typescript"
|
|
],
|
|
"homepage": "https://code.foss.global/push.rocks/smartdb#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartdb.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/smartdb/issues"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {}
|
|
}
|
|
}
|