{
  "name": "@ephox/mcagar",
  "version": "11.0.0",
  "description": "Tinymce agar wrapper",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinymce/tinymce.git",
    "directory": "modules/mcagar"
  },
  "sideEffects": false,
  "files": [
    "lib/main",
    "src/main",
    "README.md",
    "LEGAL.txt",
    "CHANGELOG.txt",
    "LICENSE.txt"
  ],
  "scripts": {
    "test": "bedrock-auto -b chrome-headless -d src/test/ts",
    "test-manual": "bedrock -d src/test/ts",
    "lint": "eslint --max-warnings=0 src/**/*.ts",
    "prepublishOnly": "tsc -b",
    "build": "tsc"
  },
  "author": "Ephox Corporation DBA Tiny Technologies, Inc",
  "license": "GPL-2.0-or-later",
  "dependencies": {
    "@ephox/agar": "^10.0.0",
    "@ephox/katamari": "^11.0.0",
    "@ephox/sand": "^8.0.0",
    "@ephox/sugar": "^11.0.0",
    "fast-check": "^4.4.0"
  },
  "peerDependencies": {
    "tinymce": ">=4.0.0"
  },
  "main": "./lib/main/ts/ephox/mcagar/api/Main.js",
  "module": "./lib/main/ts/ephox/mcagar/api/Main.js",
  "types": "./lib/main/ts/ephox/mcagar/api/Main.d.ts",
  "exports": {
    ".": {
      "tiny:source": "./src/main/ts/ephox/mcagar/api/Main.ts",
      "types": "./lib/main/ts/ephox/mcagar/api/Main.d.ts",
      "default": "./lib/main/ts/ephox/mcagar/api/Main.js"
    }
  }
}
