{
  "name": "webpack-auto-i18n-plugin",
  "version": "1.1.16",
  "description": "webpack automatic translation plugin",
  "keywords": [
    "i18n",
    "auto i18n",
    "webpack i18n",
    "vue i18n",
    "react i18n"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "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",
  "engines": {
    "node": ">=14.18.0"
  },
  "peerDependencies": {
    "webpack": "^4.0.0 || ^5.0.0"
  },
  "dependencies": {
    "@babel/core": "^7.26.0",
    "@rollup/plugin-babel": "^6.0.4",
    "rollup-plugin-terser": "^7.0.2",
    "auto-i18n-plugin-core": "1.1.16"
  },
  "devDependencies": {
    "@babel/types": "^7.23.0",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/babel__core": "^7.20.3",
    "@types/node": "^20.3.3",
    "@types/webpack": "^4.41.0 || ^5.28.5",
    "@types/webpack-env": "^1.18.5",
    "@types/webpack-sources": "^1.4.0 || ^3.2.0",
    "babel-plugin-import": "^1.13.6",
    "rollup": "^4.3.0",
    "rollup-plugin-dts": "^6.1.0",
    "rollup-plugin-node-externals": "^7.1.2",
    "webpack": "^5.96.1",
    "webpack-sources": "^1.4.3 || ^3.2.3"
  },
  "optionalDependencies": {
    "webpack-sources": "^1.4.3 || ^3.2.3"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "scripts": {
    "build": "rollup -c ./rollup.config.ts --configPlugin typescript"
  }
}