67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"name": "@push.rocks/smartdb",
|
|
"version": "1.0.1",
|
|
"private": false,
|
|
"description": "A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.",
|
|
"exports": {
|
|
".": "./dist_ts/index.js"
|
|
},
|
|
"type": "module",
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test:before": "(tsrust)",
|
|
"test": "(tstest test/. --verbose --logfile --timeout 60)",
|
|
"build": "(tsbuild tsfolders) && (tsrust)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tsbundle": "^2.10.0",
|
|
"@git.zone/tsrun": "^2.0.2",
|
|
"@git.zone/tsrust": "^1.3.2",
|
|
"@git.zone/tstest": "^3.6.1",
|
|
"@types/node": "^25.5.0",
|
|
"mongodb": "^7.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/smartrust": "^1.3.2"
|
|
},
|
|
"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-compatible",
|
|
"wire protocol",
|
|
"embedded database",
|
|
"in-memory database",
|
|
"testing",
|
|
"local database",
|
|
"database server",
|
|
"rust"
|
|
],
|
|
"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": {}
|
|
}
|
|
}
|