forestdb
Version:
An uncomplicated real-time database with encrypted HTTP and WebSocket server-client communication, fast caching, state management, a cross-runtime file system manager, and more, working seamlessly on both frontend and backend.
26 lines (25 loc) • 1.27 kB
JSON
{
"name": "forestdb",
"description": "An uncomplicated real-time database with encrypted HTTP and WebSocket server-client communication, fast caching, state management, a cross-runtime file system manager, and more, working seamlessly on both frontend and backend.",
"version": "1.0.10",
"type": "module",
"exports": {
"import": "./src/index.mjs"
},
"types": "./src/index.d.mts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinoskey524/forestDB.git"
},
"funding": "https://ko-fi.com/vinoskey524",
"keywords": ["forest", "database", "db", "data", "flow", "dataflow", "manager", "nosql", "in-memory", "memory", "db", "state", "redux", "zustand", "real-time", "http", "axios", "WebSocket", "deno", "node", "bun", "js", "ts", "typescript", "react", "vue", "angular", "svelte", "vite", "dataflow", "watch", "trigger", "crypto", "hash", "cipher", "security", "chalk", "fast", "storage", "feed", "branch", "tree", "render", "r", "f"],
"author": "Hamet Kévin E. ODOUTAN - @vinoskey524",
"license": "MIT",
"bugs": {
"url": "https://github.com/vinoskey524/forestDB/issues"
},
"homepage": "https://github.com/vinoskey524/forestDB#readme"
}