UNPKG

deepbase

Version:

⚡ DeepBase - Fastest and simplest way to add persistence to your projects.

62 lines (61 loc) 1.26 kB
{ "name": "deepbase", "version": "3.6.9", "description": "⚡ DeepBase - Fastest and simplest way to add persistence to your projects.", "type": "module", "main": "src/index.cjs", "module": "src/index.js", "types": "src/index.d.ts", "exports": { ".": { "types": "./src/index.d.ts", "require": "./src/index.cjs", "import": "./src/index.js" } }, "scripts": { "test": "mocha test/test.js" }, "dependencies": { "deepbase-json": "^3.6.9", "nanoid": "^5.1.5" }, "devDependencies": { "mocha": "^10.8.2" }, "repository": { "type": "git", "url": "git+https://github.com/clasen/DeepBase.git" }, "keywords": [ "deepbase", "database", "persist", "driver", "multi-backend", "nested", "objects", "json", "mongodb", "redis", "storage", "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/tree/main/packages/core" }