{
  "name": "@ephox/mcagar",
  "version": "9.0.1",
  "description": "Tinymce agar wrapper",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinymce/tinymce.git",
    "directory": "modules/mcagar"
  },
  "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 --config ../../.eslintrc.json src/**/*.ts",
    "prepublishOnly": "tsc -b",
    "build": "tsc"
  },
  "author": "Ephox Corporation DBA Tiny Technologies, Inc",
  "license": "MIT",
  "dependencies": {
    "@ephox/agar": "^8.0.1",
    "@ephox/katamari": "^9.1.6",
    "@ephox/sand": "^6.0.10",
    "@ephox/sugar": "^9.3.1",
    "fast-check": "^2.0.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",
  "gitHead": "8a7b799033af4058818ea17e27ad36c58e2402f9"
}
