UNPKG

yq-store

Version:

A high-performance, persistent and in-memory key-value store with TTL support, built for Node.js applications.

66 lines 1.5 kB
{ "name": "yq-store", "version": "1.0.22", "description": "A high-performance, persistent and in-memory key-value store with TTL support, built for Node.js applications.", "author": "Olajide Mathew Ogundare <git@yuniq.solutions>", "organization": "Yuniq Solutions Tech", "license": "MIT", "types": "./index.d.ts", "main": "./index.js", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/yuniqsolutions/yq-store.git" }, "bugs": { "url": "https://github.com/yuniqsolutions/yq-store/issues" }, "homepage": "https://github.com/yuniqsolutions/yq-store#readme", "keywords": [ "kv", "store", "database", "key-value", "persistent", "cache", "fast", "low-memory", "embedded", "nodejs", "typescript", "jsonl", "append-only", "yq-store" ], "bin": { "yqstore": "./cli.js" }, "exports": { ".": { "import": { "types": "./index.d.ts", "default": "./index.js" }, "require": { "types": "./index.d.ts", "default": "./index.cjs" } }, "./file-adapter": { "import": { "types": "./file-adapter/index.d.ts", "default": "./file-adapter/index.js" }, "require": { "types": "./file-adapter/index.d.ts", "default": "./file-adapter/index.cjs" } } }, "scripts": {}, "devDependencies": {}, "engines": { "node": ">=22.5.0" }, "dependencies": {} }