{
  "name": "@ephox/phoenix",
  "description": "DOM node text gathering library, rose from the ashes of some other projects we can't remember the names of now (edit: seek, sherlock, gift)",
  "version": "8.0.7",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinymce/tinymce.git",
    "directory": "modules/phoenix"
  },
  "files": [
    "lib/main",
    "lib/demo",
    "lib/test",
    "src",
    "tsconfig.json",
    "README.md",
    "LEGAL.txt",
    "CHANGELOG.txt",
    "LICENSE.txt"
  ],
  "dependencies": {
    "@ephox/boss": "^6.0.7",
    "@ephox/katamari": "^9.1.3",
    "@ephox/polaris": "^6.0.7",
    "@ephox/sugar": "^9.1.3",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@ephox/katamari-assertions": "^4.0.7"
  },
  "scripts": {
    "test-manual": "bedrock -d src/test",
    "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
    "prepublishOnly": "tsc -b"
  },
  "author": "Ephox Corporation DBA Tiny Technologies, Inc",
  "license": "MIT",
  "main": "./lib/main/ts/ephox/phoenix/api/Main.js",
  "module": "./lib/main/ts/ephox/phoenix/api/Main.js",
  "types": "./lib/main/ts/ephox/phoenix/api/Main.d.ts"
}
