{
  "name": "my-react-datapicker",
  "version": "1.1.4",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "private": false,
  "author": "Michel YAM",
  "description": "Simple datapicker library",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/MichelYam/my-react-datapicker.git"
  },
  "dependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/icons-material": "^5.11.0",
    "@mui/material": "^5.11.7",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.12",
    "@types/react": "^18.0.27",
    "@types/react-dom": "^18.0.10",
    "copyfiles": "^2.4.1",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "typedoc": "^0.23.25",
    "typescript": "^4.9.5",
    "web-vitals": "^2.1.4"
  },
  "keywords": [
    "react",
    "typescript",
    "datapicker",
    "react-component"
  ],
  "scripts": {
    "start": "react-scripts start",
    "build:example": "react-scripts build",
    "build": "yarn build:esm && yarn build:cjs && yarn copy-files",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "copy-files": "copyfiles -u 1 src/**/*.css dist/"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
