{
  "name": "deepmerge-ts",
  "version": "8.0.2",
  "description": "Deeply merge 2 or more objects respecting type information.",
  "keywords": [
    "merge",
    "deepmerge",
    "deep merge",
    "deep-merge",
    "inferred types",
    "inferred-types",
    "recursive merge",
    "recursive-merge",
    "ts",
    "ts merge",
    "ts-merge",
    "typescript",
    "typescript merge",
    "typescript-merge"
  ],
  "homepage": "https://github.com/RebeccaStevens/deepmerge-ts#readme",
  "bugs": {
    "url": "https://github.com/RebeccaStevens/deepmerge-ts/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RebeccaStevens/deepmerge-ts.git"
  },
  "funding": [
    {
      "type": "ko-fi",
      "url": "https://ko-fi.com/rebeccastevens"
    },
    {
      "type": "tidelift",
      "url": "https://tidelift.com/funding/github/npm/deepmerge-ts"
    }
  ],
  "license": "BSD-3-Clause",
  "author": {
    "name": "Rebecca Stevens",
    "email": "rebecca.stevens@outlook.co.nz"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    "types": {
      "import": "./dist/index.d.mts",
      "require": "./dist/index.d.cts"
    },
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.cts",
  "files": [
    "dist/",
    "package.json",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "benchmark": "pnpm run build:check && pnpm --dir benchmark run benchmark",
    "benchmark:types": "node --strip-types scripts/benchmark-types.ts",
    "benchmark:types:baseline": "node --strip-types scripts/benchmark-types.ts --update",
    "build": "rimraf dist && rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript --configImportAttributesKey with",
    "build:check": "node --strip-types scripts/check-build.ts",
    "cz": "git-cz",
    "lint": "eslint && pnpm run lint:md && pnpm run lint:spelling && pnpm run lint:knip && pnpm run lint:package && pnpm run lint:packages",
    "lint:js": "eslint \"**/*.?([cm])[jt]s?(x)\"",
    "lint:js-fix": "eslint \"**/*.?([cm])[jt]s?(x)\" --fix",
    "lint:knip": "knip",
    "lint:md": "markdownlint-cli2",
    "lint:md-fix": "markdownlint-cli2 --fix",
    "lint:md-full": "pnpm run lint:md && eslint \"**/*.md\"",
    "lint:md-full-fix": "pnpm run lint:md-fix && eslint \"**/*.md\" --fix",
    "lint:package": "publint --strict",
    "lint:packages": "pnpm dedupe --check",
    "lint:packages-fix": "pnpm dedupe",
    "lint:spelling": "cspell lint --no-progress --show-suggestions --show-context --dot \"**\" \".github/**/*\"",
    "lint:yaml": "eslint \"**/*.y?(a)ml\"",
    "lint:yaml-fix": "eslint \"**/*.y?(a)ml\" --fix",
    "lint-fix": "eslint --fix && pnpm run lint:md-fix && pnpm run lint:packages-fix",
    "prepare": "husky",
    "release": "pnpm dlx --package semantic-release --package @sebbo2002/semantic-release-jsr --package @semantic-release/changelog --package @semantic-release/commit-analyzer --package @semantic-release/git --package @semantic-release/github --package @semantic-release/npm --package @semantic-release/release-notes-generator --package semantic-release-publint semantic-release",
    "test": "pnpm run test:js-run && pnpm run test:types",
    "test:js": "vitest --coverage",
    "test:js-run": "vitest run --coverage",
    "test:types": "pnpm run build:check && tsd -f 'tests/**/*.test-d.ts' -t 'dist/index.d.mts'",
    "typecheck": "pnpm run typecheck:root && pnpm run typecheck:src",
    "typecheck:consumer-ts7": "pnpm run build:check && tsc -p ./tests/consumer-ts7/tsconfig.json --noEmit",
    "typecheck:root": "tsc -p ./tsconfig.json --noEmit",
    "typecheck:src": "tsc -p ./src/tsconfig.json --noEmit"
  },
  "devDependencies": {
    "@commitlint/cli": "21.2.1",
    "@commitlint/config-conventional": "21.2.0",
    "@cspell/dict-cryptocurrencies": "5.0.5",
    "@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
    "@eslint/compat": "2.1.0",
    "@eslint/markdown": "8.0.3",
    "@rebeccastevens/eslint-config": "4.0.2",
    "@rollup/plugin-typescript": "12.3.0",
    "@stylistic/eslint-plugin": "5.10.0",
    "@types/node": "22.20.1",
    "@typescript-eslint/eslint-plugin": "8.67.0",
    "@typescript-eslint/parser": "8.67.0",
    "@typescript/native": "npm:typescript@7.0.2",
    "@vitest/coverage-v8": "4.1.10",
    "@vitest/eslint-plugin": "1.6.27",
    "commitizen": "4.3.2",
    "cspell": "10.0.1",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "10.8.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-flat-config-utils": "3.2.0",
    "eslint-formatting-reporter": "0.0.0",
    "eslint-import-resolver-typescript": "4.4.5",
    "eslint-merge-processors": "2.0.0",
    "eslint-plugin-command": "4.0.0",
    "eslint-plugin-format": "2.0.1",
    "eslint-plugin-functional": "10.0.0",
    "eslint-plugin-import-x": "4.17.1",
    "eslint-plugin-jsdoc": "64.2.1",
    "eslint-plugin-jsonc": "3.4.1",
    "eslint-plugin-n": "18.3.0",
    "eslint-plugin-no-only-tests": "3.4.0",
    "eslint-plugin-optimize-regex": "1.2.1",
    "eslint-plugin-pnpm": "1.8.0",
    "eslint-plugin-prettier": "5.5.6",
    "eslint-plugin-promise": "7.3.0",
    "eslint-plugin-regexp": "3.2.0",
    "eslint-plugin-security": "4.0.1",
    "eslint-plugin-sonarjs": "4.2.0",
    "eslint-plugin-unicorn": "73.0.0",
    "eslint-plugin-unused-imports": "4.4.1",
    "eslint-plugin-yml": "3.8.1",
    "husky": "9.1.7",
    "jsonc-eslint-parser": "3.3.0",
    "knip": "6.29.0",
    "lint-staged": "17.2.0",
    "markdownlint-cli2": "0.23.2",
    "prettier": "3.9.6",
    "publint": "0.3.22",
    "rimraf": "6.1.3",
    "rollup": "4.62.3",
    "rollup-plugin-deassert": "1.3.0",
    "rollup-plugin-dts-bundle-generator-2": "2.0.0",
    "sort-package-json": "4.0.0",
    "tsc-files": "1.1.4",
    "tsd": "0.33.0",
    "typescript": "npm:@typescript/typescript6@6.0.2",
    "vite-tsconfig-paths": "6.1.1",
    "vitest": "4.1.10",
    "yaml-eslint-parser": "2.1.0"
  },
  "packageManager": "pnpm@11.21.0",
  "engines": {
    "node": ">=16.9.0"
  }
}
