{
  "name": "diffling",
  "version": "1.0.7",
  "description": "A versatile diff computation package, supporting various diff methods and line-by-line comparisons.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@types/diff": "^5.2.1",
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  },
  "keywords": [
    "diff",
    "diffing",
    "compare",
    "comparison",
    "react",
    "unidiff",
    "line-diff",
    "word-diff",
    "char-diff",
    "code-diff",
    "text-diff",
    "json-diff",
    "css-diff"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "author": "rjmacarthy <richard@protonmail.com> (https://github.com/rjmacarthy)",
  "license": "MIT",
  "dependencies": {
    "diff": "^6.0.0-beta"
  }
}
