{
  "name": "@ahwui/count-down",
  "version": "0.0.4",
  "description": "ui component",
  "homepage": "https://github.com/ybuiw/ahwui/tree/master#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ybuiw/ahwui.git"
  },
  "license": "MIT",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "scripts": {
    "watch": "tsbb watch src/*.tsx --use-babel",
    "build": "tsbb build src/*.tsx --use-babel",
    "test": "tsbb test --env=jsdom",
    "coverage": "tsbb test --env=jsdom --coverage --bail"
  },
  "files": [
    "lib",
    "esm",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react.js",
    "react",
    "react-component",
    "count-down",
    "CountDown",
    "@ahwui/count-down"
  ],
  "peerDependencies": {
    "@babel/runtime": ">=7.10.0",
    "react": ">=17.x",
    "react-dom": ">=17.x"
  },
  "dependencies": {
    "classnames": "^2.3.1"
  },
  "devDependencies": {
    "@babel/runtime": "^7.21.0",
    "@types/react": "^18.0.37",
    "@types/react-dom": "^18.0.11",
    "@types/styled-components": "^5.1.26",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "styled-components": "^5.3.5"
  }
}
