{
  "name": "@holaluz/kalimotxo",
  "version": "10.3.0",
  "scripts": {
    "start": "storybook dev -p 6006",
    "build": "vite build",
    "lint": "eslint '{src,test}/**/*.{js,ts,vue}'",
    "format": "prettier '**/*.{js,ts,vue,mdx,json}' --write && stylelint '**/*.{css,vue}' --fix",
    "prepublishOnly": "npm it && npm run build",
    "storybook:build": "storybook build",
    "test": "jest --maxWorkers=1",
    "test:watch": "npm run test -- --watch"
  },
  "main": "dist/kalimotxo.umd.js",
  "browser": "dist/kalimotxo.js",
  "jsDelivr": "dist/kalimotxo.umd.js",
  "unpkg": "dist/kalimotxo.umd.js",
  "files": [
    "dist",
    "src",
    "staging"
  ],
  "engines": {
    "node": ">= 18"
  },
  "dependencies": {
    "@holaluz/margarita": "^26.0.2",
    "axios": "^0.26.1",
    "form-urlencoded": "^6.0.4",
    "js-cookie": "^3.0.1",
    "vue": "^2.7.8",
    "vue-i18n": "^8.28.2"
  },
  "devDependencies": {
    "@holaluz/npm-scripts": "^8.1.2",
    "@storybook/addon-a11y": "~7.6.17",
    "@storybook/addon-designs": "^7.0.5",
    "@storybook/addon-essentials": "~7.6.17",
    "@storybook/addon-links": "^7.4.0",
    "@storybook/builder-vite": "~7.6.17",
    "@storybook/vue": "^7.6.17",
    "@storybook/vue-vite": "^7.6.20",
    "@types/jest": "^29.0.0",
    "@types/js-cookie": "^3.0.1",
    "@vitejs/plugin-vue2": "^2.3.1",
    "@vue/eslint-config-prettier": "^7.0.0",
    "@vue/eslint-config-typescript": "^11.0.0",
    "eslint-plugin-storybook": "^0.9.0",
    "lodash.merge": "^4.6.2",
    "storybook": "~7.6.17",
    "ts-jest": "^29.0.0",
    "typescript": "^4.3.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/holaluz/kalimotxo.git"
  }
}
