{
  "name": "@ephox/jax",
  "version": "7.0.7",
  "description": "AJAX library",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinymce/tinymce.git",
    "directory": "modules/jax"
  },
  "scripts": {
    "prepublishOnly": "yarn run lint && yarn run build",
    "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
    "build": "tsc -b",
    "test": "bedrock-auto -b chrome-headless --customRoutes src/test/json/routes.json -d src/test/ts/",
    "test-manual": "bedrock --customRoutes src/test/json/routes.json -d src/test/ts/",
    "start": "webpack-dev-server --open-page './src/demo/html'",
    "build:demo": "webpack"
  },
  "keywords": [
    "ajax"
  ],
  "author": "Ephox Corporation DBA Tiny Technologies, Inc",
  "license": "MIT",
  "dependencies": {
    "@ephox/katamari": "^9.1.3",
    "tslib": "^2.0.0"
  },
  "files": [
    "lib/main",
    "lib/demo",
    "lib/test",
    "src",
    "tsconfig.json",
    "README.md",
    "LEGAL.txt",
    "CHANGELOG.txt",
    "LICENSE.txt"
  ],
  "main": "./lib/main/ts/ephox/jax/api/Main.js",
  "module": "./lib/main/ts/ephox/jax/api/Main.js",
  "types": "./lib/main/ts/ephox/jax/api/Main.d.ts"
}
