{
  "name": "react-timezone-select",
  "version": "1.4.0",
  "description": "Usable, dynamic React Timezone Select",
  "scripts": {
    "dev": "concurrently \"rollup -cw\" \"cd example && npm run dev\"",
    "prepublish": "npm run build",
    "postpublish": "npm run build:example && npm run deploy",
    "build": "rollup -c",
    "build:example": "cd example && npm run build",
    "deploy": "gh-pages -d example/dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "jest --ci ",
    "pretty-quick": "pretty-quick --staged",
    "tsc": "tsc"
  },
  "author": "Nico Domino <yo@ndo.dev>",
  "homepage": "https://github.com/ndom91/react-timezone-select",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ndom91/react-timezone-select.git"
  },
  "bugs": {
    "url": "https://github.com/ndom91/react-timezone-select/issues"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "timezone",
    "select",
    "react-select"
  ],
  "files": [
    "dist/**/*",
    "package.json"
  ],
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "peerDependencies": {
    "react": "^18 || ^17.0.1 || ^16",
    "react-dom": "^18 || ^17.0.1 || ^16"
  },
  "dependencies": {
    "react-select": "^5.7.0",
    "spacetime": "^7.1.4",
    "timezone-soft": "^1.3.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@rollup/plugin-typescript": "^8.3.0",
    "@testing-library/jest-dom": "^5.16.1",
    "@testing-library/react": "^12.1.2",
    "@types/jest": "^27.4.0",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "@types/testing-library__jest-dom": "^5.14.5",
    "concurrently": "^7.0.0",
    "esbuild": "^0.14.11",
    "gh-pages": "^3.2.3",
    "jest": "^27.4.7",
    "prettier": "^2.5.1",
    "pretty-quick": "^3.1.3",
    "react": "^17",
    "react-dom": "^17",
    "rollup": "^2.67.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "simple-git-hooks": "^2.7.0",
    "ts-jest": "^27.1.3",
    "typescript": "^4.5.5"
  },
  "prettier": {
    "trailingComma": "es5",
    "semi": false,
    "singleQuote": true,
    "arrowParens": "avoid"
  },
  "simple-git-hooks": {
    "pre-commit": "npm run pretty-quick"
  }
}
