{
  "name": "@ices/locale-webpack-plugin",
  "version": "2.3.3",
  "description": "webpack plugin for parsing locale files",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "dev": "tsc -p . -w --inlineSourceMap --inlineSources",
    "build": "rimraf dist types && tsc -p . --sourceMap --inlineSources"
  },
  "engines": {
    "node": "^10.13.0 || >=12.0.0"
  },
  "dependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@ices/use-loader": "^2.0.0",
    "js-yaml": "^4.0.0",
    "loader-utils": "^2.0.0",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@types/babel__core": "^7.0.0",
    "@types/js-yaml": "^4.0.0",
    "@types/loader-utils": "^2.0.0",
    "@types/node": "^14.14.20",
    "@types/webpack": "^4.41.25",
    "husky": "^4.3.7",
    "lint-staged": "^10.5.3",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.1.3"
  },
  "peerDependencies": {
    "@ices/react-locale": ">=2.3.3"
  },
  "peerDependenciesMeta": {
    "@ices/react-locale": {
      "optional": true
    }
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx,json,md,yml}": [
      "prettier --write",
      "git add ."
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/icesjs/locale-webpack-plugin.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "Webpack",
    "Plugin",
    "Loader",
    "Locale",
    "I18N"
  ],
  "author": {
    "name": "Stone",
    "email": "star2018@outlook.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/icesjs/locale-webpack-plugin/issues"
  },
  "homepage": "https://github.com/icesjs/locale-webpack-plugin#readme",
  "files": [
    "dist",
    "types"
  ]
}
