{
  "name": "@i18n-chain/react",
  "version": "2.0.1",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "react-i18n",
    "i18n-typescript",
    "react-i18n-typescript"
  ],
  "repository": "git@github.com:fwh1990/i18n-chain.git",
  "author": "范文华 <531362022@qq.com>",
  "license": "MIT",
  "scripts": {
    "build": "sh ../../scripts/build.sh",
    "prepublishOnly": "yarn run build",
    "tsc": "../../node_modules/.bin/tsc",
    "relink": "bash ../../scripts/relink.sh"
  },
  "peerDependencies": {
    "react": ">= 16.8.0"
  },
  "dependencies": {
    "@i18n-chain/core": "2.0.1",
    "hoist-non-react-statics": "3.3.2",
    "tslib": "2.0.3"
  },
  "devDependencies": {
    "@types/hoist-non-react-statics": "^3.3.1",
    "@types/react": "^16.9.17"
  },
  "publishConfig": {
    "access": "public",
    "directory": "build"
  },
  "files": [
    "lib",
    "es",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "gitHead": "ad04f1848ee320b470aba39c854c93053b982965"
}
