deepbase
Version:
⚡ Fastest and simplest way to add persistence to your projects.
56 lines • 1.08 kB
JSON
{
"name": "deepbase",
"type": "module",
"version": "2.0.4",
"description": "⚡ Fastest and simplest way to add persistence to your projects.",
"main": "index.js",
"module": "./index.js",
"exports": {
".": {
"require": "./index.cjs",
"import": "./index.js"
}
},
"dependencies": {
"nanoid": "^5.1.2",
"steno": "^0.4.4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clasen/DeepBase.git"
},
"keywords": [
"json",
"database",
"persist",
"nested",
"objects",
"user-friendly",
"intuitive",
"reliable",
"synchronization",
"mocking",
"structure",
"lowdb",
"circular-json",
"flatted",
"reference",
"pointer",
"clasen"
],
"author": "Martin Clasen",
"license": "MIT",
"bugs": {
"url": "https://github.com/clasen/DeepBase/issues"
},
"homepage": "https://github.com/clasen/DeepBase#readme",
"devDependencies": {
"mocha": "^11.1.0"
},
"directories": {
"test": "test"
}
}