{
  "name": "@i18n-pro/vue2",
  "version": "2.0.0",
  "description": "An out-of-the-box, lightweight i18n auto-translation solution for Vue 2",
  "keywords": [
    "vue",
    "i18n",
    "vue-i18n",
    "vue-intl",
    "intl",
    "internationalization",
    "locale",
    "l10n",
    "localization",
    "translate",
    "translation",
    "国际化",
    "多语言",
    "自动翻译",
    "automatic translation"
  ],
  "module": "dist/src/index.min.js",
  "types": "./dist/src/index.d.ts",
  "files": [
    "dist/src"
  ],
  "scripts": {
    "prepare": "husky install",
    "lint-code": "npx lint-staged",
    "lint-msg": "npx commitlint --edit",
    "test": "vitest --ui",
    "coverage": "vitest --coverage",
    "build": "rimraf dist/src && rollup -c",
    "publish": "npm run build && npm publish --access=public --registry https://registry.npmjs.org",
    "docs": "jtm run",
    "docs-i18n": "i18n t -P docs/src"
  },
  "author": "Eyelly Wu",
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^17.4.3",
    "@commitlint/config-conventional": "^17.4.3",
    "@eyelly/prettier-config": "^1.0.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/vue": "5",
    "@types/node": "^24.0.4",
    "@typescript-eslint/eslint-plugin": "^5.52.0",
    "@typescript-eslint/parser": "^5.52.0",
    "@vitejs/plugin-vue2": "^2.2.0",
    "@vitest/coverage-istanbul": "^0.28.5",
    "@vitest/ui": "^0.28.5",
    "eslint": "^8.34.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-formatter-table": "^7.32.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-vue": "^9.17.0",
    "husky": "^8.0.3",
    "jsdom": "^21.1.0",
    "jsx-to-md": "^0.12.4",
    "lint-staged": "^13.1.2",
    "prettier": "^2.8.4",
    "rimraf": "^5.0.1",
    "rollup": "^2.79.1",
    "rollup-plugin-prettier": "^3.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.35.0",
    "tslib": "^2.5.0",
    "typescript": "4.8.4",
    "vitest": "^0.28.5",
    "vue-template-compiler": "2"
  },
  "peerDependencies": {
    "i18n-pro": ">=3.0.0 <4.0.0",
    "vue": ">=2.0.0 <3.0.0"
  },
  "dependencies": {
    "i18n-pro": "3.0.0",
    "vue": "2"
  },
  "lint-staged": {
    "*.{vue}": "eslint --fix -f table"
  },
  "homepage": "https://github.com/i18n-pro/vue2",
  "bugs": {
    "url": "https://github.com/i18n-pro/vue2/issues"
  },
  "codeNameMap": {
    "en": "",
    "zh": "zh-CN"
  }
}
