{
  "name": "@storyblok/vue",
  "version": "7.1.10",
  "description": "Storyblok directive for get editable elements.",
  "main": "./dist/storyblok-vue.js",
  "module": "./dist/storyblok-vue.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/storyblok-vue.mjs",
      "require": "./dist/storyblok-vue.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
    "test": "npm run test:unit && npm run test:e2e",
    "test:unit": "jest __tests__",
    "test:e2e": "cypress run --component",
    "test:e2e-watch": "cypress open --component",
    "prepublishOnly": "npm run build && cp ../README.md ./"
  },
  "dependencies": {
    "@storyblok/js": "^2.2.1"
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@cypress/vite-dev-server": "^5.0.5",
    "@cypress/vue": "^5.0.5",
    "@vitejs/plugin-vue": "^4.2.3",
    "@vue/babel-preset-app": "^5.0.8",
    "@vue/test-utils": "2.4.0",
    "@vue/tsconfig": "^0.1.3",
    "@vue/vue3-jest": "^29.2.4",
    "babel-jest": "^29.4.3",
    "cypress": "^12.15.0",
    "eslint-plugin-cypress": "^2.13.3",
    "eslint-plugin-jest": "^27.2.2",
    "jest": "^29.4.3",
    "typescript": "^4.9.5",
    "vite": "^4.3.9",
    "vue": "^3.3.4",
    "vue-tsc": "^1.8.1"
  },
  "babel": {
    "presets": [
      "@vue/babel-preset-app"
    ]
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "vue"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest",
      "^.+\\.vue$": "@vue/vue3-jest"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storyblok/storyblok-vue"
  },
  "keywords": [
    "vue",
    "storyblok"
  ],
  "author": "Alexander Feiglstorfer",
  "bugs": {
    "url": "https://github.com/storyblok/storyblok-vue/issues"
  },
  "homepage": "https://github.com/storyblok/storyblok-vue",
  "release": {
    "branches": [
      "main"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
