genosdb
Version:
GenosDB (GDB): distributed graph database in real-time, peer-to-peer, scalable storage - efficient querying of complex relationships.
66 lines (65 loc) • 1.62 kB
JSON
{
"name": "genosdb",
"version": "0.12.6",
"description": "GenosDB (GDB): distributed graph database in real-time, peer-to-peer, scalable storage - efficient querying of complex relationships.",
"main": "dist/index.js",
"type": "module",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*.min.js"
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "bun esbun.js",
"dev": "bun run --watch",
"test": "vitest run --pool=threads --maxWorkers=1 --reporter=verbose --reporter=html --outputFile=tests/html/test-results.html"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/estebanrfp/gdb.git"
},
"keywords": [
"GenosDB",
"gdb",
"graph",
"database",
"real-time",
"p2p",
"distributed",
"decentralized",
"rbac"
],
"author": {
"name": "Esteban Fuster Pozzi",
"email": "estebanrfp@gmail.com",
"url": "https://github.com/estebanrfp"
},
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/estebanrfp/gdb/issues"
},
"homepage": "https://github.com/estebanrfp/gdb#readme",
"engines": {
"node": "23.x",
"npm": "11.x"
},
"dependencies": {
"@msgpack/msgpack": "3.1.2",
"ethers": "6.15.0",
"pako": "2.1.0"
},
"devDependencies": {
"@vitest/ui": "4.0.9",
"eslint": "9.39.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.23.1",
"eslint-plugin-promise": "7.2.1",
"jsdom": "27.2.0",
"vitest": "4.0.9"
}
}