{
  "name": "@react-native-ohos/react-native-linear-gradient",
  "version": "3.2.1-rc.1",
  "description": "A <LinearGradient> element for React Native",
  "keywords": ["react-native", "linear-gradient", "harmony"],
  "main": "index.js",
  "types": "index.d.ts",
  "harmony": {
    "alias": "react-native-linear-gradient",
    "autolinking": {
      "etsPackageClassName":"LinearGradientPackage",
      "cppPackageClassName":"LinearGradientPackage",
      "cmakeLibraryTargetName": "rnoh_linear_gradient", 
      "ohPackageName": "@react-native-ohos/react-native-linear-gradient"
    }
  },
  "files": [
    "harmony",
    "src",
    "index.harmony.js",
    "index.d.ts"
  ],
  "scripts": {
    "pack": "npm pack",
    "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-linear-gradient --cpp-output-path ./harmony/linear_gradient/src/main/cpp/generated --ets-output-path ./harmony/linear_gradient/src/main/ets/generated --cpp-components-spec-paths ./src/RNLinearGradientNativeComponent.ts",
    "flow": "flow check"
  },
  "repository": {
    "type": "git",
    "url": "https://gitcode.com/CPF-RN/rntpc_react-native-linear-gradient.git"
  },
  "author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
  "contributors": [
    "Dmitry Gladkov <dmitry.gladkov@gmail.com> (https://github.com/dgladkov)",
    "Frieder Bluemle <frieder.bluemle@gmail.com> (https://github.com/friederbluemle)",
    "Gant Laborde <gant@infinite.red> (https://github.com/gantman)",
    "Nick Hudkins <nick@nickhudkins.com> (https://github.com/nickhudkins)",
    "Radek Pietruszewski <radexpl@gmail.com> (https://github.com/radex)"
  ],
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",
    "@types/react-native": "^0.70.14",
    "flow-bin": "^0.182.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}