{
  "name": "antd-colorpicker",
  "version": "1.0.0",
  "description": "Colorpicker field for Ant Design form",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gapon2401/antd-colorpicker"
  },
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "test": "jest --config jestconfig.json",
    "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "react",
    "antd",
    "colorpicker"
  ],
  "author": "Igor Gaponov (gapon2401)",
  "license": "MIT",
  "dependencies": {
    "antd": "^4.20.1",
    "prop-types": "^15.8.1",
    "react-color": "^2.19.3",
    "tinycolor2": "^1.4.2"
  },
  "devDependencies": {
    "@testing-library/react": "^13.1.1",
    "@types/jest": "^27.5.0",
    "@types/react": "^18.0.6",
    "@types/react-color": "^3.0.6",
    "@types/react-dom": "^18.0.2",
    "@types/tinycolor2": "^1.4.3",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.5.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "jest": "^28.0.3",
    "jest-canvas-mock": "^2.4.0",
    "jest-environment-jsdom": "^28.0.2",
    "prettier": "^2.6.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "ts-jest": "^28.0.0",
    "tslib": "^2.4.0",
    "typescript": "^4.6.4"
  }
}
