{
  "name": "react-flip-clock-countdown-forked",
  "version": "1.3.3",
  "description": "A 3D animated countdown component for React.",
  "author": "abubseifu",
  "license": "MIT",
  "repository": "https://github.com/sabubseifu/react-flip-clock-countdown",
  "bugs": {
    "url": "https://github.com/sabubseifu/react-flip-clock-countdown/issues"
  },
  "homepage": "https://github.com/sabubseifu/react-flip-clock-countdown#readme",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "engines": {
    "node": ">=12"
  },
  "keywords": [
    "react",
    "typescript",
    "countdown",
    "flip-clock",
    "react-component"
  ],
  "scripts": {
    "build": "microbundle-crl --no-compress --format modern,cjs",
    "start": "microbundle-crl watch --no-compress --format modern,cjs",
    "prepare": "run-s build && husky install",
    "test": "run-s test:unit test:lint test:build",
    "test:build": "run-s build",
    "test:lint": "eslint src/*.{ts,tsx}",
    "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "predeploy": "cd examples/react-app && npm install && npm run build",
    "deploy": "gh-pages -d examples/build",
    "lint:staged": "lint-staged"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": "eslint --fix",
    "*.{ts,js,jsx,tsx,json,yml,md}": [
      "prettier --write"
    ]
  },
  "dependencies": {
    "clsx": "^1.1.1"
  },
  "peerDependencies": {
    "react": ">= 16.13.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.0.0",
    "@commitlint/config-conventional": "^16.0.0",
    "@testing-library/jest-dom": ">=4.2.4",
    "@testing-library/react": ">=9.5.0",
    "@testing-library/user-event": ">=7.2.1",
    "@types/jest": ">=25.1.4",
    "@types/node": "^12.12.38",
    "@types/react": ">=16.9.27",
    "@types/react-dom": ">=16.9.7",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "babel-eslint": "^10.0.3",
    "commitizen": "^4.2.4",
    "cross-env": "^7.0.2",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^6.8.0 || ^7.5.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-standard": "^5.0.0",
    "gh-pages": "^2.2.0",
    "husky": "^7.0.4",
    "lint-staged": "^12.1.4",
    "microbundle-crl": "^0.13.10",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.4",
    "react": ">= 16.13.0",
    "react-dom": ">= 16.13.0",
    "react-scripts": "^3.4.1 || >= 4.0.3",
    "typescript": "^3.7.5"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ]
}
