autobase-flow
Version:
Autobase-Flow is a lightweight library that integrates Autobase with Dagify-hyper reactive nodes. It simplifies building peer-to-peer hyper ecosystem tools by providing a single function, createAutobaseFlow, which initializes an Autobase instance, connect
41 lines (40 loc) • 1.15 kB
JSON
{
"name": "autobase-flow",
"version": "2.0.0",
"description": "Autobase-Flow is a lightweight library that integrates Autobase with Dagify-hyper reactive nodes. It simplifies building peer-to-peer hyper ecosystem tools by providing a single function, createAutobaseFlow, which initializes an Autobase instance, connects it to a Corestore, and sets up reactive nodes for managing views and updates seamlessly.",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js"
},
"scripts": {
"test": "brittle tests/**/*.test.js",
"bare:test": "bare tests/basic.test.js"
},
"private": false,
"dependencies": {
"autobase": "^6.5.13",
"b4a": "^1.6.7",
"dagify-hyper": "^1.0.0",
"z32": "^1.1.0"
},
"devDependencies": {
"brittle": "^3.10.0",
"corestore": "^6.18.4",
"dagify": "^1.6.11",
"random-access-memory": "^6.2.1",
"rxjs": "^7.8.1"
},
"keywords": [
"autobase",
"hypercore",
"p2p",
"flow"
],
"repository": {
"type": "git",
"url": "https://github.com/zacharygriffee/autobase-flow.git"
},
"author": "Zachary Griffee",
"license": "MIT"
}