{
  "name": "@ephox/snooker",
  "description": "This project implements the table model.",
  "version": "4.0.43",
  "files": [
    "lib/main",
    "lib/demo",
    "lib/test",
    "src",
    "tsconfig.json",
    "readme.md",
    "LEGAL.txt",
    "CHANGELOG.txt",
    "LICENSE.txt"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tinymce/tinymce"
  },
  "dependencies": {
    "@ephox/dom-globals": "^1.1.2",
    "@ephox/dragster": "^4.0.19",
    "@ephox/echo": "^3.0.25",
    "@ephox/katamari": "^2.4.25",
    "@ephox/porkbun": "^4.0.16",
    "@ephox/robin": "^7.0.23",
    "@ephox/sugar": "^4.6.26"
  },
  "author": "Ephox Corporation",
  "license": "Apache-2.0",
  "main": "./lib/main/ts/ephox/snooker/api/Main.js",
  "module": "./lib/main/ts/ephox/snooker/api/Main.js",
  "types": "./lib/main/ts/ephox/snooker/api/Main.d.ts",
  "scripts": {
    "prepublishOnly": "tsc -b",
    "test": "bedrock-auto -b phantomjs -d src/test/ts",
    "test-manual": "bedrock -d src/test/ts",
    "lint": "tslint --config ../../tslint.json --project ."
  }
}
