{
  "name": "@openc3/ace-diff",
  "version": "3.1.0",
  "description": "A diff/merging wrapper for Ace Editor built on google-diff-match-patch",
  "source": "src/index.js",
  "main": "dist/ace-diff.min.js",
  "module": "dist/module.js",
  "scripts": {
    "build": "parcel build",
    "watch": "parcel watch",
    "dev": "parcel serve test/fixtures/index.html --open",
    "serve": "parcel test/fixtures/*.html -p 8081",
    "lint": "eslint src",
    "test": "cypress run",
    "cypress": "cypress open",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ace-diff/ace-diff.git"
  },
  "keywords": [
    "ace",
    "dif",
    "diffing",
    "merge",
    "merging",
    "ace editor",
    "syntax highlighting"
  ],
  "author": "Ben Keen, Jason Thomas",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ace-diff/ace-diff/issues"
  },
  "browserslist": "> 0.2%, chrome >= 80, edge >= 80, firefox ESR, safari >= 13.1, not dead, not ie 11, not op_mini all",
  "homepage": "https://ace-diff.github.io/ace-diff/",
  "dependencies": {
    "@sanity/diff-match-patch": "3.2.0"
  },
  "devDependencies": {
    "parcel": "^2.15.0",
    "@parcel/transformer-sass": "^2.15.2",
    "@parcel/babel-preset-env": "^2.15.2",
    "@testing-library/jest-dom": "^6.6.3",
    "cypress": "^14.3.3",
    "eslint": "9.25.1",
    "eslint-config-prettier": "10.1.2",
    "eslint-plugin-prettier": "5.2.6",
    "@babel/core": "^7.27.3",
    "babel-jest": "^30.0.0-beta.3",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "3.5.3",
    "sass": "1.87.0",
    "semantic-release": "^24.2.4"
  }
}
