{
  "name": "@react-native-ohos/react-native-signature-capture",
  "version": "0.4.11",
  "description": "Lets users sign their signatures",
  "main": "src/index.ts",
  "react-native": "src/index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-signature-capture --cpp-output-path ./harmony/rnoh_signature_capture/src/main/cpp/generated --ets-output-path ./harmony/rnoh_signature_capture/src/main/ets/generated --arkts-components-spec-paths ./src/SignatureCaptureNativeComponent.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://gitcode.com/openharmony-sig/rntpc_react-native-signature-capture"
  },
  "keywords": [
    "react-component",
    "react-native",
    "harmonyos",
    "signature"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.47"
  },
  "harmony": {
    "alias": "react-native-signature-capture",
    "codegenConfig": {
      "specPaths": [
        "./src"
      ]
    }
  },
  "author": "RepairShopr",
  "license": "ISC",
  "bugs": {
    "url": "https://gitcode.com/openharmony-sig/rntpc_react-native-signature-capture/issues"
  },
  "homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-signature-capture#readme",
  "dependencies": {
    "prop-types": "^15.5.10",
    "react-native-signature-capture": "0.4.12"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-native-signature-capture": "^0.4.8",
    "react": "18.2.0",
    "react-native": "0.72.5",
    "react-native-builder-bob": "^0.20.4",
    "typescript": "4.8.2",
    "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
  },
  "publishConfig": { "access": "public" },
  "files": [
    "src",
    "harmony",
    "README.md",
    "LICENSE",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "eslintIgnore": [
    "node_modules/"
  ]
}