{
  "name": "react-native-signature-canvas",
  "version": "5.1.0",
  "description": "A performant, customizable React Native signature canvas with advanced error handling, WebView optimization, and TypeScript support for iOS, Android, and Expo",
  "main": "index.js",
  "scripts": {
    "genlog": "npx -y -p conventional-changelog -p conventional-changelog-angular conventional-changelog -p angular -i CHANGELOG.md",
    "preversion": "npm whoami",
    "version": "npm run genlog && git add CHANGELOG.md",
    "postversion": "git push --follow-tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YanYuanFE/react-native-signature-canvas.git"
  },
  "keywords": [
    "react-native",
    "react component",
    "ios",
    "android",
    "signature",
    "signature-pad",
    "canvas",
    "expo",
    "typescript",
    "drawing",
    "webview",
    "performance",
    "error-handling",
    "undo-redo",
    "svg-export"
  ],
  "author": "YanYuanFE",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/YanYuanFE/react-native-signature-canvas/issues"
  },
  "homepage": "https://github.com/YanYuanFE/react-native-signature-canvas#readme",
  "peerDependencies": {
    "react-native-webview": ">=13"
  }
}
