{
  "name": "@n8n/i18n",
  "type": "module",
  "version": "2.36.3",
  "files": [
    "dist",
    "LICENSE_EE.md",
    "LICENSE.md"
  ],
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./*": {
      "types": "./dist/*.d.mts",
      "import": "./dist/*.mjs",
      "require": "./dist/*.cjs"
    }
  },
  "dependencies": {
    "vue-i18n": "^11.4.4",
    "vue": "^3.5.13",
    "n8n-workflow": "2.36.3"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/user-event": "^14.6.1",
    "@testing-library/vue": "^8.1.0",
    "@vitejs/plugin-vue": "^5.2.4",
    "@vue/tsconfig": "^0.7.0",
    "@vueuse/core": "^14.3.0",
    "vue": "^3.5.13",
    "tsdown": "^0.16.5",
    "typescript": "6.0.2",
    "vite": "^8.0.2",
    "vitest": "^4.1.9",
    "vue-tsc": "^2.2.8",
    "@n8n/eslint-config": "0.0.1",
    "@n8n/playwright-janitor": "0.1.0",
    "@n8n/typescript-config": "1.10.0",
    "@n8n/vitest-config": "1.21.0"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://n8n.io",
  "author": {
    "name": "Jan Oberhauser",
    "email": "jan@n8n.io"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/n8n-io/n8n.git"
  },
  "scripts": {
    "clean": "rimraf dist .turbo",
    "dev": "tsdown --watch",
    "build": "tsdown",
    "build:unchecked": "pnpm run build",
    "preview": "vite preview",
    "typecheck": "vue-tsc --noEmit",
    "test": "vitest run",
    "test:changed": "janitor test-scoped",
    "test:dev": "vitest --silent=false",
    "lint": "eslint src --quiet",
    "lint:fix": "eslint src --fix",
    "format": "biome format --write . && prettier --write . --ignore-path ../../../../.prettierignore",
    "format:check": "biome ci . && prettier --check . --ignore-path ../../../../.prettierignore"
  }
}