UNPKG

genosdb

Version:

GenosDB (GDB): distributed graph database in real-time, peer-to-peer, scalable storage - efficient querying of complex relationships.

58 lines (57 loc) 1.34 kB
{ "name": "genosdb", "version": "0.7.1", "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", "scripts": { "build": "bun esbun.js", "dev": "bun run --watch", "start": "node GenosDBServer.js" }, "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": "(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.2", "ethers": "6.15.0", "pako": "2.1.0" }, "devDependencies": { "eslint": "9.32.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-n": "17.21.3", "eslint-plugin-promise": "7.2.1" } }