UNPKG

@kyvrixon/json-db

Version:

A simple, feature rich JSON database solution. Designed for Bun

80 lines 1.58 kB
{ "name": "@kyvrixon/json-db", "description": "A simple, feature rich JSON database solution. Designed for Bun", "version": "1.2.0", "type": "module", "main": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "types": "./dist/index.d.ts", "files": [ "dist/", "package.json", "bun.lock", "README.md", "tsconfig.json" ], "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/Kyvrixon/json-db.git" }, "keywords": [ "encryption", "aes", "aes256", "aes-256-gcm", "gcm", "pbkdf2", "nodejs", "node", "node.js", "crypto", "crypto module", "cryptography", "secure", "secure data", "secure storage", "data encryption", "password encryption", "password-based encryption", "symmetric encryption", "string encryption", "text encryption", "secure strings", "typescript", "javascript", "secure nodejs", "key derivation", "key stretching", "auth tag", "iv", "salt", "buffer encryption", "base64 encryption", "decrypt", "encrypt", "encryptor", "kyvrixon", "custom encryption", "data security", "token encryption", "config encryption", "secure JSON", "lightweight encryption", "minimal crypto", "zero dependency encryption" ], "dependencies": { "zod": "^4.0.14" } }