{
  "name": "@croct/plug-storyblok",
  "version": "0.2.1",
  "description": "Official integration bridge between Storyblok and Croct's SDK ecosystem.",
  "license": "MIT",
  "author": {
    "name": "Croct",
    "email": "lib+plug-storyblok@croct.com",
    "url": "https://croct.com"
  },
  "keywords": [
    "croct",
    "personalization",
    "integration",
    "javascript",
    "typescript",
    "storyblok"
  ],
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    "./*": {
      "import": "./*.js",
      "require": "./*.cjs"
    },
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./js": {
      "import": "./js/index.js",
      "require": "./js/index.cjs"
    },
    "./next": {
      "import": "./next/index.js",
      "require": "./next/index.cjs"
    },
    "./nuxt": {
      "import": "./nuxt/index.js",
      "require": "./nuxt/index.cjs"
    },
    "./react": {
      "import": "./react/index.js",
      "require": "./react/index.cjs"
    },
    "./vue": {
      "import": "./vue/index.js",
      "require": "./vue/index.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/croct-tech/plug-storyblok-js.git"
  },
  "bugs": {
    "url": "https://github.com/croct-tech/plug-storyblok/issues"
  },
  "homepage": "https://github.com/croct-tech/plug-storyblok",
  "scripts": {
    "lint": "eslint 'src/**/*.ts' 'src/**/*.tsx'",
    "test": "jest -c jest.config.mjs --coverage",
    "validate": "tsc --noEmit",
    "build": "tsup",
    "postbuild": "./post-build.mjs"
  },
  "dependencies": {
    "@croct/content-model": "^0.21",
    "@croct/json": "^2.1.0",
    "@croct/plug": "^0.24.0",
    "@storyblok/js": "^4.4.4",
    "tslib": "^2.7.0"
  },
  "devDependencies": {
    "@croct/eslint-plugin": "^0.9.2",
    "@croct/plug-next": "^0.11.0",
    "@croct/plug-nuxt": "^0.3.0",
    "@croct/plug-react": "^0.18.0",
    "@croct/plug-vue": "^0.2.0",
    "@rollup/plugin-commonjs": "^28.0.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.0.0",
    "@storyblok/react": "^5.4.21",
    "@storyblok/vue": "^9.0.0",
    "@swc/jest": "^0.2.39",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^29.5.12",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@typescript-eslint/parser": "^8.53.0",
    "esbuild-fix-imports-plugin": "^1.0.19",
    "eslint": "^10.4.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^16.8.0  || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0  || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "tsup": "^8.4.0",
    "typescript": "^5.0.0",
    "vue": "^3.3.0"
  },
  "peerDependencies": {
    "@croct/plug-next": "^0.11.0",
    "@croct/plug-nuxt": "^0.3.0",
    "@croct/plug-react": "^0.18.0",
    "@croct/plug-vue": "^0.2.0",
    "@storyblok/react": "^5.4.0",
    "@storyblok/vue": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "react": "^16.8.0  || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0  || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "vue": "^3.3.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "vue": {
      "optional": true
    },
    "@croct/plug-react": {
      "optional": true
    },
    "@croct/plug-next": {
      "optional": true
    },
    "@croct/plug-nuxt": {
      "optional": true
    },
    "@croct/plug-vue": {
      "optional": true
    },
    "@storyblok/react": {
      "optional": true
    },
    "@storyblok/vue": {
      "optional": true
    }
  },
  "browserslist": [
    "last 1 version"
  ],
  "files": [
    "**/*.js",
    "**/*.cjs",
    "**/*.mjs",
    "**/*.ts",
    "**/*.mts",
    "**/*.cts",
    "**/*.map"
  ]
}