{
  "name": "react-stopwatch-input",
  "version": "1.0.1",
  "description": "Simple react input for stopwatch times",
  "license": "MIT",
  "keywords": [
    "time",
    "input",
    "react-component",
    "component",
    "picker",
    "react-time-picker",
    "react-time-input",
    "time-picker",
    "time-input",
    "react-time",
    "react",
    "react-time",
    "components",
    "ui",
    "react-stopwatch-input"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ThomasMcDonald/React-Stopwatch-Input"
  },
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/esm/index.d.ts",
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir lib/cjs"
  },
  "devDependencies": {
    "@types/react": "^17.0.30",
    "@types/react-dom": "^17.0.9",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.4.4"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "files": [
    "/lib"
 ]
}
