{
  "name": "react-native-statistic-charts",
  "version": "0.9.2",
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "files": [
    "cjs",
    "esm"
  ],
  "scripts": {
    "build": " tsc && tsc-alias",
    "build:clean": "rimraf cjs esm",
    "build:esm": "tsc -p tsconfig.esm.json && tsc-alias -p tsconfig.esm.json",
    "dev": "tsc -w && tsc-alias",
    "prepack": "yarn build:clean && yarn build && yarn build:esm",
    "publish:local": "yalc publish --push --changed"
  },
  "dependencies": {
    "lodash-es": "4.17.21",
    "react-native-statistic-charts-core": "0.9.2"
  },
  "devDependencies": {
    "@tsconfig/react-native": "^1.0.4",
    "@types/lodash-es": "^4.17.6",
    "@types/react": "^16.8.0",
    "@types/react-native": "0.63.3",
    "react-native-svg": "^12.3.0",
    "rimraf": "^3.0.2"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": "*",
    "react-native-svg": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zhiyuang/react-native-statistic-charts"
  },
  "gitHead": "e2a7b15806d1f55e11575019e85366f0f4108f40"
}
