{
  "name": "data-diff-ts",
  "version": "1.0.3",
  "description": "Lightweight TypeScript utility for comparing objects, arrays, and nested data structures.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaktestowac/data-diff-ts.git"
  },
  "homepage": "https://github.com/jaktestowac/data-diff-ts",
  "scripts": {
    "build": "tsup",
    "prepare": "tsup",
    "test": "vitest run --config vitest.config.ts",
    "npm:patch": "npm version patch",
    "npm:publish": "npm publish --access public"
  },
  "keywords": [
    "diff",
    "compare",
    "typescript",
    "object-diff",
    "array-diff",
    "deep-diff",
    "data",
    "testing",
    "automation"
  ],
  "author": "jaktestowac.pl",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.14.1",
    "prettier": "3.5.3",
    "tsup": "^7.2.0",
    "typescript": "^5.3.3",
    "vitest": "^3.1.2"
  }
}
