UNPKG

alisa.db

Version:

A powerful and customizable local JSON database module for Node.js projects with event system, caching, and full TypeScript support.

49 lines 1.18 kB
{ "name": "alisa.db", "version": "1.1.0", "readme": "README.md", "description": "A powerful and customizable local JSON database module for Node.js projects with event system, caching, and full TypeScript support.", "main": "index.js", "types": "./index.d.ts", "scripts": { "test": "node test/test.js" }, "exports": { "require": "./index.js", "import": "./index.js", "types": "./index.d.ts" }, "keywords": [ "json", "db", "jsondb", "database", "json-database", "databasejson", "json-storage", "file-database", "simple-database", "lightweight-db", "offline-database", "embedded-db", "key-value-store", "data-management", "nodejs-database", "javascript-db", "fast-db", "nosql", "document-store", "alisa", "alisa-db" ], "author": "Fearless Crazy", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pordarman/alisa.db.git" }, "bugs": { "url": "https://github.com/pordarman/alisa.db/issues" }, "homepage": "https://github.com/pordarman/alisa.db#readme" }