{
  "name": "@cesdk/cesdk-js",
  "version": "1.75.1",
  "module": "./index.js",
  "type": "module",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "module": "./index.js"
    },
    "./react": {
      "types": "./react/index.d.ts",
      "import": "./react/index.js",
      "module": "./react/index.js",
      "default": "./react/index.js"
    },
    "./vue": {
      "types": "./vue/index.d.ts",
      "import": "./vue/index.js",
      "module": "./vue/index.js",
      "default": "./vue/index.js"
    },
    "./angular": {
      "types": "./angular/index.d.ts",
      "import": "./angular/index.js",
      "module": "./angular/index.js",
      "default": "./angular/index.js"
    },
    "./plugins": {
      "types": "./plugins/index.d.ts",
      "import": "./plugins/index.js",
      "module": "./plugins/index.js",
      "default": "./plugins/index.js"
    }
  },
  "homepage": "https://www.img.ly",
  "author": "IMG.LY GmbH <contact@img.ly>",
  "license": "SEE LICENSE IN LICENSE.md",
  "readme": "README.md",
  "dependencies": {
    "@cesdk/engine": "1.75.1"
  },
  "peerDependencies": {
    "@angular/common": ">=14.0.0",
    "@angular/core": ">=14.0.0",
    "react": ">16",
    "vue": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "@angular/common": {
      "optional": true
    },
    "@angular/core": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  }
}
