{
  "name": "@storyblok/js",
  "type": "module",
  "version": "5.1.2",
  "private": false,
  "description": "SDK to integrate Storyblok into your project using JavaScript.",
  "license": "MIT",
  "homepage": "https://github.com/storyblok/monoblok/tree/main/packages/js#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/storyblok/monoblok.git",
    "directory": "packages/js"
  },
  "bugs": {
    "url": "https://github.com/storyblok/monoblok/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/storyblok-js.mjs",
      "require": "./dist/storyblok-js.js"
    }
  },
  "main": "./dist/storyblok-js.js",
  "module": "./dist/storyblok-js.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "storyblok-js-client": "7.3.0",
    "@storyblok/richtext": "4.1.2"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.8",
    "@types/node": "^24.11.0",
    "@vitest/ui": "^3.1.3",
    "cypress": "^14.3.3",
    "eslint": "^9.26.0",
    "eslint-plugin-cypress": "^4.3.0",
    "jsdom": "^26.0.0",
    "kolorist": "^1.8.0",
    "pathe": "^2.0.3",
    "start-server-and-test": "^2.0.11",
    "typescript": "5.8.3",
    "vite": "^6.3.5",
    "vite-plugin-banner": "^0.8.0",
    "vite-plugin-dts": "^4.5.3",
    "vite-plugin-qrcode": "^0.2.4",
    "vitest": "^3.1.3",
    "@storyblok/eslint-config": "0.5.0"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "nx": {
    "implicitDependencies": [
      "!@storyblok/playground-*",
      "storyblok-js-client"
    ]
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "test:types": "tsc --noEmit --skipLibCheck",
    "test": "pnpm run test:unit && pnpm run test:e2e",
    "test:unit": "vitest run",
    "test:unit:ui": "vitest --ui",
    "test:e2e": "start-server-and-test cy:playground http://localhost:5173/ cy:run",
    "test:e2e-watch": "start-server-and-test cy:playground http://localhost:5173/ cy:open",
    "cy:playground": "pnpm --filter='./playground/vanilla' dev",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "cy:run": "cypress run",
    "cy:open": "cypress open"
  }
}