{
  "name": "diff-match-patch-line-and-word",
  "version": "0.1.3",
  "description": "An extension module that adds line-mode and word-mode on diff-match-patch.",
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "tsc",
    "test": "mocha --require espower-typescript/guess test/*-test.ts",
    "lint": "eslint . --ext ts",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karak/diff-match-patch-line-and-word.git"
  },
  "keywords": [
    "diff",
    "diff-match-patch"
  ],
  "author": "Karak",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/karak/diff-match-patch-line-and-word/issues"
  },
  "homepage": "https://github.com/karak/diff-match-patch-line-and-word#readme",
  "devDependencies": {
    "@types/diff-match-patch": "^1.0.32",
    "@types/mocha": "^9.0.0",
    "@types/power-assert": "^1.5.8",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "diff-match-patch": "^1.0.0",
    "eslint": "^8.3.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.3",
    "espower-typescript": "^10.0.0",
    "mocha": "^9.1.3",
    "power-assert": "^1.6.1",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "diff-match-patch": "^1.0.0"
  }
}
