{
  "name": "react-signature-pad-wrapper",
  "version": "4.3.2",
  "description": "A React component wrapper for signature_pad",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "cross-env NODE_ENV=test npx jest",
    "lint": "npx eslint .",
    "format": "npx prettier . --write",
    "development": "cross-env NODE_ENV=local npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
    "dev": "npm run development",
    "production": "cross-env NODE_ENV=production npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
    "prod": "npm run production",
    "watch": "cross-env NODE_ENV=local npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript --watch",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "react",
    "signature_pad"
  ],
  "author": "Michael Dzjaparidze",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaeldzjap/react-signature-pad-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/michaeldzjap/react-signature-pad-wrapper/issues"
  },
  "peerDependencies": {
    "react": "17 - 19",
    "react-dom": "17 - 19"
  },
  "devDependencies": {
    "@eslint/js": "^9.9.1",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^12.1.1",
    "@testing-library/jest-dom": "^6.1.2",
    "@testing-library/react": "^16.0.0",
    "@types/eslint__js": "^8.42.3",
    "@types/jest": "^30.0.0",
    "@types/prop-types": "^15.7.14",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/throttle-debounce": "^5.0.0",
    "canvas": "^3.1.2",
    "cross-env": "^10.0.0",
    "eslint": "^9.9.1",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-jest": "^29.0.1",
    "eslint-plugin-jest-dom": "^5.0.1",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.20.6",
    "husky": "^9.0.11",
    "jest": "^30.0.3",
    "jest-environment-jsdom": "^30.0.2",
    "lint-staged": "^16.1.2",
    "prettier": "^3.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rollup": "^4.5.0",
    "ts-jest": "^29.0.0",
    "tslib": "^2.8.1",
    "typescript": "^5.0.2",
    "typescript-eslint": "^8.4.0"
  },
  "dependencies": {
    "prop-types": "^15.8.1",
    "signature_pad": "^5.1.0",
    "throttle-debounce": "^5.0.0"
  },
  "lint-staged": {
    "*.ts?(x)": [
      "eslint --cache --fix",
      "prettier --write --ignore-unknown"
    ]
  }
}
