{
  "name": "yq-store",
  "version": "1.0.6",
  "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": "./dist/index.d.ts",
  "main": "./dist/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"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs.js"
      }
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {},
  "devDependencies": {},
  "engines": {
    "node": ">=22.5.0"
  },
  "dependencies": {}
}