{
  "name": "react-holdable",
  "version": "2.0.1",
  "description": "Simple click-and-hold event wrapper for React apps",
  "main": "src/index.js",
  "exports": "./src/index.js",
  "files": [
    "src/Holdable.js",
    "src/index.js"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.0",
    "jsdom": "^27.0.0",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "vitest": "^3.2.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/martynasjocius/react-holdable.git"
  },
  "keywords": [
    "react",
    "react-component",
    "long-press",
    "click",
    "hold"
  ],
  "author": "Martynas Jocius",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/martynasjocius/react-holdable/issues"
  },
  "homepage": "https://github.com/martynasjocius/react-holdable#readme"
}
