{
  "_from": "react-timezone-select@^2.1.2",
  "_id": "react-timezone-select@2.1.5",
  "_inBundle": false,
  "_integrity": "sha512-0ylrhyYeg7SLnL4LCqKBfMWLAgeqf/BAsNOQeu/WjA8O7bMrZD+IZYDhqQJmQdvfhHdXdsUKTyD+h864cX3oVQ==",
  "_location": "/react-timezone-select",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-timezone-select@^2.1.2",
    "name": "react-timezone-select",
    "escapedName": "react-timezone-select",
    "rawSpec": "^2.1.2",
    "saveSpec": null,
    "fetchSpec": "^2.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-timezone-select/-/react-timezone-select-2.1.5.tgz",
  "_shasum": "5a4d89c0b4ba29e2cdb9243f88b197756d6fd4dc",
  "_spec": "react-timezone-select@^2.1.2",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "Nico Domino",
    "email": "yo@ndo.dev"
  },
  "bugs": {
    "url": "https://github.com/ndom91/react-timezone-select/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "spacetime": "^7.4.1",
    "timezone-soft": "^1.4.1"
  },
  "deprecated": false,
  "description": "Usable, dynamic React Timezone Select",
  "devDependencies": {
    "@babel/core": "^7.20.7",
    "@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.16.12",
    "esbuild-jest": "^0.5.0",
    "eslint": "^8.36.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "gh-pages": "^3.2.3",
    "jest": "^27.4.7",
    "prettier": "^2.5.1",
    "react": "^17",
    "react-dom": "^17",
    "simple-git-hooks": "^2.7.0",
    "ts-jest": "^27.1.3",
    "tsup": "^6.5.0",
    "typescript": "^4.5.5"
  },
  "eslintConfig": {
    "parserOptions": {
      "sourceType": "module"
    },
    "extends": [
      "eslint:recommended",
      "prettier"
    ],
    "env": {
      "browser": true,
      "es6": true
    },
    "plugins": [
      "prettier"
    ],
    "rules": {
      "prettier/prettier": "error"
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist/**/*",
    "package.json"
  ],
  "homepage": "https://github.com/ndom91/react-timezone-select",
  "keywords": [
    "react",
    "timezone",
    "select",
    "react-select"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,jsx,ts,tsx,css,json}": [
      "prettier --write"
    ],
    "*.{js,jsx}": [
      "eslint --fix"
    ]
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "name": "react-timezone-select",
  "peerDependencies": {
    "react": "^18 || ^17.0.1 || ^16",
    "react-dom": "^18 || ^17.0.1 || ^16",
    "react-select": "^5.7.0"
  },
  "prettier": {
    "trailingComma": "es5",
    "semi": false,
    "singleQuote": true,
    "arrowParens": "avoid"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ndom91/react-timezone-select.git"
  },
  "scripts": {
    "build": "tsup src/index.tsx --format cjs,esm --dts",
    "build:example": "cd example && pnpm run build",
    "deploy": "gh-pages -d example/dist",
    "dev": "concurrently \"tsup src/index.tsx --format esm --watch\" \"cd example && pnpm dev\"",
    "postpublish": "pnpm run build:example && npm run deploy",
    "prepublishOnly": "pnpm run build",
    "pretest": "pnpm run build",
    "test": "jest",
    "test:ci": "pnpm run build && jest --ci ",
    "test:watch": "jest --watch",
    "tsc": "tsc"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "2.1.5"
}
