{
  "name": "@jswork/react-selection",
  "version": "2.0.2",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "description": "Selection component for react.",
  "homepage": "https://js.work",
  "license": "MIT",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsup",
    "release": "release-it"
  },
  "devDependencies": {
    "@swc/core": "^1.3.93",
    "@types/react": "^18.2.28",
    "@types/react-dom": "^18.2.13",
    "autoprefixer": "^10.4.16",
    "classnames": "^2.5.1",
    "cssnano": "^6.0.1",
    "fast-deep-equal": "^3.1.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tsup": "^7.2.0",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "fast-deep-equal": "latest",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "react",
    "component",
    "check",
    "checkbox",
    "group",
    "items",
    "list",
    "multiple",
    "options",
    "radio",
    "select",
    "template"
  ],
  "dependencies": {
    "@jswork/react-list": "^2.0.1"
  }
}
