gdb-p2p
Version:
Distributed graph database (GraphDB/GDB) for real-time data modeling, scalable storage, and efficient querying of complex relationships.
60 lines (59 loc) • 1.4 kB
JSON
{
"name": "gdb-p2p",
"version": "0.0.56",
"description": "Distributed graph database (GraphDB/GDB) for real-time data modeling, scalable storage, and efficient querying of complex relationships.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "bun esbun.js",
"dev": "bun run --watch",
"start": "node GraphDBServer.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/estebanrfp/gdb.git"
},
"keywords": [
"gdb",
"graph",
"database",
"realtime",
"decentralized",
"peer-to-peer",
"distributed",
"P2P",
"rbac"
],
"author": {
"name": "Esteban Fuster Pozzi",
"email": "estebanrfp@gmail.com",
"url": "https://github.com/estebanrfp"
},
"license": "(Zlib OR MIT OR Apache-2.0)",
"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.1",
"cors": "2.8.5",
"express": "5.1.0",
"pako": "2.1.0",
"trystero": "^0.21.1",
"webrtc-polyfill": "1.1.10"
},
"devDependencies": {
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.6.0"
}
}