{
  "type": "module",
  "name": "@yanick/updeep",
  "version": "4.0.0",
  "description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.",
  "homepage": "https://github.com/yanick/updeep",
  "repository": {
    "type": "git",
    "url": "https://github.com/yanick/updeep"
  },
  "authors": [
    "Aaron Jensen",
    "Yanick Champoux"
  ],
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "immutable",
    "frozen",
    "functional",
    "declarative"
  ],
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./frozen": {
      "types": "./dist/frozen.d.ts",
      "import": "./dist/frozen.js"
    }
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yanick/updeep/issues"
  },
  "scripts": {},
  "dependencies": {
    "remeda": "^2.20.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.12",
    "@types/node": "^22.12.0",
    "@typescript-eslint/eslint-plugin": "^8.22.0",
    "@typescript-eslint/parser": "^8.22.0",
    "@vitest/ui": "^3.0.4",
    "dtslint": "^4.2.1",
    "eslint": "^9.19.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-expect-type": "^0.6.2",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.2.3",
    "prettier": "^3.4.2",
    "typedoc": "^0.27.6",
    "typescript": "^5.7.3",
    "vitest": "^3.0.4"
  }
}
