{
  "name": "@ohmi/gl-react-native",
  "version": "2.57.1-rc.1.1.0",
  "description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/kunyuan-hongke/gl-react-native"
  },
  "bugs": {
    "url": "https://gitee.com/kunyuan-hongke/gl-react-native"
  },
  "scripts": {
    "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name gl-react-native --cpp-output-path ./harmony/glRN/src/main/cpp/generated --ets-output-path ./harmony/glRN/src/main/ets/generated --turbo-modules-spec-paths ./src/spec/turbomodule  --arkts-components-spec-paths ./src/spec/fabric"
  },
  "homepage": "https://gitee.com/kunyuan-hongke/gl-react-native",
  "keywords": [
    "gl",
    "opengl",
    "react",
    "react-native"
  ],
  "license": "MIT",
  "peerDependencies": {
    "gl-react": "^2.3.1",
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@react-native-community/cli": "latest",
    "@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
  },
  "harmony": {
    "alias": "gl-react-native"
  },
  "dependencies": {
    "invariant": "2.2.0"
  }
}
