{
  "name": "@atlaskit/editor-plugin-table/types",
  "main": "../dist/cjs/types/index.js",
  "module": "../dist/esm/types/index.js",
  "module:es2019": "../dist/es2019/types/index.js",
  "sideEffects": [
    "*.compiled.css"
  ],
  "types": "../dist/types/types/index.d.ts",
  "typesVersions": {
    ">=4.5 <5.9": {
      "*": [
        "../dist/types-ts4.5/types/index.d.ts"
      ]
    }
  }
}