{
  "name": "react-native-animated-css",
  "version": "0.0.8",
  "description": "donut chart for react-native.",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "react-native": "src/index.tsx",
  "types": "lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "src/component/",
    "dist"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "typescript",
      "module"
    ]
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "bob build",
    "build": "tsc",
    "type:generate": "yarn type:generate:clean && yarn type:generate:cp-js-src && yarn type:generate:tsc-and-mv",
    "type:generate:clean": "rm -rf lib/ && mkdir lib/",
    "type:generate:cp-js-src": "cp -RL src/ lib/ && find ./lib -type f -name \"*.ts\" -and -not -name \"*.d.ts\" -delete",
    "type:generate:tsc-and-mv": "yarn tsc && mv lib/reanimated2/src/reanimated2/* lib/reanimated2 && rm -r lib/reanimated2/src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Novsochetra/ReactNativeAnimateCSS.git"
  },
  "keywords": [
    "animation",
    "animated",
    "animated css",
    "react-native-animated-css",
    "react native animated css",
    "react-native"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.64.0",
    "react-native-reanimated": ">=2.2.0"
  },
  "author": "sochetra NOV <sochetra12.nov@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Novsochetra/ReactNativeAnimateCSS/issues"
  },
  "devDependencies": {
    "@types/react-native": "^0.64.5",
    "@typescript-eslint/eslint-plugin": "^4.32.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "hygen": "^6.1.0",
    "metro-react-native-babel-preset": "^0.64.0",
    "react-native-builder-bob": "^0.18.2",
    "typescript": "^4.4.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsc && lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "react-native-gesture-handler": "^1.10.3",
    "react-native-reanimated": "^2.2.2"
  },
  "eslintIgnore": [
    "node_modules/",
    "dist/",
    "lib/"
  ]
}
