{
  "name": "react-countdown-hook",
  "version": "1.1.3",
  "description": "Dead simple yet powerful countdown hook for React.",
  "keywords": [
    "countdown",
    "hook",
    "hooks",
    "timer",
    "react",
    "react-hooks",
    "react-use-countdown"
  ],
  "repository": "https://github.com/alexkhismatulin/react-use-count-down",
  "homepage": "https://github.com/alexkhismatulin/react-use-count-down#readme",
  "license": "MIT",
  "author": "Alex Khismatulin <alexkhismatulin@gmail.com>",
  "typings": "./typings.d.ts",
  "source": "src/index.js",
  "main": "dist/index.js",
  "module": "dist/index.module.js",
  "unpkg": "dist/index.umd.js",
  "scripts": {
    "start:demo": "parcel demo/index.html",
    "build": "NODE_ENV=production microbundle",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "test": "cypress open",
    "test:ci": "NODE_ENV=test npm run start:demo & wait-on http://localhost:1234 & cypress run",
    "coverage": "nyc report --reporter=lcov"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.12.10",
    "@cypress/code-coverage": "^3.8.8",
    "babel-plugin-istanbul": "^6.0.0",
    "coveralls": "^3.1.0",
    "cypress": "^4.12.1",
    "microbundle": "^0.12.4",
    "nyc": "^15.1.0",
    "parcel-bundler": "^1.12.4",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "wait-on": "^5.2.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  }
}
