{
  "name": "react-boop",
  "version": "1.1.0",
  "type": "module",
  "module": "dist/index.esm.js",
  "unpkg": "dist/index.umd.js",
  "files": [
    "dist"
  ],
  "description": "A lightweight, responsive virtual joystick for React.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrewrgarcia/react-boop.git"
  },
  "keywords": [
    "react",
    "joystick",
    "mobile",
    "virtual-joystick",
    "typescript",
    "control",
    "touch",
    "gamepad",
    "UI"
  ],
  "author": "Andrew Garcia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andrewrgarcia/react-boop/issues"
  },
  "homepage": "https://github.com/andrewrgarcia/react-boop#readme",
  "dependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^29.5.14",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.34.8",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "sideEffects": false
}
