{
  "name": "@tinymce/miniature",
  "version": "6.0.0",
  "description": "This library checks versions of TinyMCE.",
  "scripts": {
    "prepublishOnly": "tsc",
    "lint": "eslint 'src/**/*.ts'",
    "build": "tsc",
    "test": "yarn lint && bedrock-auto -b chrome-headless -d src/test/ts/browser",
    "test-manual": "bedrock -d src/test/ts/browser",
    "start": "webpack-cli --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tinymce/miniature"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [],
  "author": "Tiny Technologies",
  "license": "Apache-2.0",
  "dependencies": {
    "@ephox/agar": "^8.0.0",
    "@ephox/katamari": "^9.1.5",
    "@ephox/mcagar": "^9.0.0",
    "@ephox/sugar": "^9.3.0"
  },
  "devDependencies": {
    "@ephox/bedrock-client": "^13.0.0",
    "@ephox/bedrock-server": "^13.6.0",
    "@tinymce/beehive-flow": "^0.19.0",
    "@tinymce/eslint-plugin": "^2.2.1",
    "fork-ts-checker-webpack-plugin": "^6.5.0",
    "source-map-loader": "^3.0.0",
    "tinymce": "^6.0.0",
    "tinymce-5.0.x": "npm:tinymce@5.0.x",
    "tinymce-6.0.x": "npm:tinymce@6.0.x",
    "ts-loader": "^9.3.1",
    "tsconfig-paths-webpack-plugin": "^3.5.1",
    "typescript": "^4.7.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "files": [
    "lib/main",
    "lib/demo",
    "lib/test",
    "src",
    "tsconfig.json",
    "readme.md",
    "LEGAL.txt",
    "CHANGELOG.txt",
    "LICENSE.txt"
  ],
  "main": "./lib/main/ts/api/Main.js",
  "module": "./lib/main/ts/api/Main.js",
  "types": "./lib/main/ts/api/Main.d.ts"
}
