{
  "name": "auto-i18n-plugin-core",
  "version": "1.1.16",
  "description": "vite, webpack automatic translation plugin core code.",
  "keywords": [
    "i18n",
    "auto i18n",
    "vite i18n",
    "webpack i18n",
    "vue i18n",
    "react i18n"
  ],
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs",
    "types": "./dist/index.d.ts"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README*"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:wenps/auto-i18n-translation-plugins.git"
  },
  "author": "wenps,xu-code,Winfans,caleb-xu",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wenps/auto-i18n-translation-plugins/issues"
  },
  "homepage": "https://github.com/wenps/auto-i18n-translation-plugins#readme",
  "dependencies": {
    "@babel/core": "^7.23.2",
    "@babel/generator": "^7.26.2",
    "@babel/preset-env": "^7.23.2",
    "@babel/preset-typescript": "^7.23.2",
    "@babel/runtime": "^7.23.2",
    "@vitalets/google-translate-api": "^9.2.0",
    "axios": "^1.6.8",
    "crypto-js": "^4.2.0",
    "progress": "^2.0.3",
    "tunnel": "0.0.6"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.23.2",
    "@babel/types": "^7.23.0",
    "@rollup/plugin-alias": "^5.1.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/babel__core": "^7.20.3",
    "@types/babel__generator": "^7.6.8",
    "@types/crypto-js": "^4.2.2",
    "@types/node": "^20.3.3",
    "@types/progress": "^2.0.7",
    "@types/tunnel": "^0.0.7",
    "babel-plugin-import": "^1.13.6",
    "rollup": "^4.3.0",
    "rollup-plugin-dts": "^6.1.0",
    "rollup-plugin-node-externals": "^7.1.2",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^5.1.6"
  },
  "engines": {
    "node": ">=14.18.0"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "scripts": {
    "build": "rollup -c ./rollup.config.ts --configPlugin typescript"
  }
}