dbd.db
Version:
A Lightweight Schema-Free Object-Oriented LocalDatabase for Development and Production Purpose
39 lines (38 loc) • 680 B
JSON
{
"name": "dbd.db",
"version": "1.4.5",
"description": "A Lightweight Schema-Free Object-Oriented LocalDatabase for Development and Production Purpose",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start": "node test.js"
},
"files": [
"lib",
"test.js",
"transfer.js"
],
"dependencies": {
"rfdc": "^1.3.0",
"workerpool": "^6.1.2"
},
"engines": {
"node": ">=12.11.0"
},
"license": "MIT",
"keywords": [
"node",
"dbd.js",
"localstorage",
"storagelocal",
"db",
"database",
"dbd.db",
"@types",
"bison",
"ttl",
"dbd",
"localdatabase",
"databaselocal"
]
}