{
  "name": "react-simple-animate",
  "version": "3.5.3",
  "description": "react simple animate",
  "main": "dist/index.js",
  "keywords": [
    "react",
    "animation",
    "transition-animation",
    "animate-css",
    "animation-controller",
    "animation-sequence",
    "keyframes-animation",
    "animate"
  ],
  "scripts": {
    "clean": "rm -rf dist/*",
    "build": "rollup -c",
    "watch": "tsc --watch",
    "release": "npm version",
    "lint": "eslint ./src --ext .jsx,.ts --ignore-pattern *.test.ts",
    "coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "postrelease": "yarn publish && git push --follow-tags",
    "test": "jest --coverage",
    "test:watch": "yarn test -- --watchAll",
    "prepublish": "yarn test && yarn run clean && yarn build"
  },
  "repository": "https://github.com/bluebill1049/react-simple-animation.git",
  "homepage": "https://react-simple-animate.now.sh",
  "author": "beier luo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bluebill1049/react-simple-animate/issues"
  },
  "devDependencies": {
    "@types/enzyme": "^3.10.5",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^26.0.1",
    "@types/react": "^16.9.35",
    "@types/react-test-renderer": "^16.9.2",
    "@typescript-eslint/eslint-plugin": "^3.0.0",
    "@typescript-eslint/parser": "^3.0.0",
    "coveralls": "^3.0.3",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^7.0.0",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^4.0.2",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "lint-staged": "^10.2.6",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-test-renderer": "^16.13.1",
    "rollup": "^2.10.7",
    "rollup-plugin-typescript2": "^0.27.1",
    "ts-jest": "^26.0.0",
    "typescript": "^3.9.3",
    "uglify-es": "^3.3.9"
  },
  "peerDependencies": {
    "react-dom": "^16.8.0 || ^17 || ^18 || ^19"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{tsx,ts}": [
      "eslint --fix",
      "prettier --config ./.prettierrc --write"
    ]
  }
}
