{
  "name": "@nats-io/kv",
  "version": "3.3.1",
  "files": [
    "lib/",
    "LICENSE",
    "README.md"
  ],
  "types": "./lib/mod.d.js",
  "exports": {
    ".": "./lib/mod.js",
    "./internal": "./lib/internal_mod.js"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nats-io/nats.js.git"
  },
  "private": false,
  "scripts": {
    "real-clean": "npm run clean && shx rm -Rf ./node_modules",
    "clean": "shx rm -Rf ./build ./lib",
    "pre-process": "npm run clean && deno run -A ../bin/cjs-fix-imports.ts -o ./build/src ./src",
    "build-cjs": "npm run pre-process && tsc",
    "build": "npm run build-cjs",
    "prepack": "npm run build",
    "bump-qualifier": "npm version prerelease --no-commit-hooks --no-git-tag-version",
    "bump-release": "npm version patch --no-commit-hooks --no-git-tag-version"
  },
  "keywords": [],
  "author": {
    "name": "The NATS Authors"
  },
  "description": "kv library - this library implements all the base functionality for NATS KV javascript clients",
  "dependencies": {
    "@nats-io/jetstream": "3.3.1",
    "@nats-io/nats-core": "3.3.1"
  },
  "devDependencies": {
    "@types/node": "^25.0.0",
    "shx": "^0.4.0",
    "typescript": "^5.9.2"
  }
}
