lightdbv2
Version:
Lightweight key-value database for Node.js using append-only JSONL format.
21 lines (20 loc) • 584 B
JSON
{
"name": "lightdbv2",
"version": "2.0.0",
"description": "Lightweight key-value database for Node.js using append-only JSONL format.",
"main": "./src/index.js",
"scripts": {
"test": "node test/test.js"
},
"keywords": ["jsonl", "database", "key-value", "lightweight", "nodejs", "local-db"],
"author": "Rezvy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rezvydavi/lightdbv2"
},
"bugs": {
"url": "https://github.com/rezvydavi/lightdbv2/issues"
},
"homepage": "https://github.com/rezvydavi/lightdbv2#readme"
}