{
  "name": "@forge/kvs",
  "version": "2.0.6",
  "description": "Forge Key Value Store SDK",
  "author": "Atlassian",
  "license": "SEE LICENSE IN LICENSE.txt",
  "main": "out/index.js",
  "types": "out/index.d.ts",
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo",
    "compile": "tsc -b -v"
  },
  "devDependencies": {
    "@atlassian/xen-test-util": "^4.2.0",
    "@types/node": "20.19.1",
    "typescript": "5.9.2"
  },
  "dependencies": {
    "@forge/api": "^8.1.0"
  },
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  }
}
