{
  "name": "@applicaster/zapp-react-native-bridge",
  "version": "14.0.29",
  "description": "Applicaster Zapp React Native modules",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "echo 'skipping ts build for core packages'"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/applicaster/quickbrick.git"
  },
  "keywords": [
    "Zapp",
    "Applicaster",
    "Quick-Brick",
    "React",
    "Native",
    "native",
    "modules",
    "bridge"
  ],
  "author": "Applicaster",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/applicaster/quickbrick/issues"
  },
  "homepage": "https://github.com/applicaster/quickbrick#readme",
  "dependencies": {
    "@applicaster/zapp-pipes-dev-kit": "1.4.7",
    "@applicaster/zapp-react-native-utils": "14.0.29",
    "md5": "^2.3.0",
    "uuid": "^3.3.2"
  },
  "peerDependencies": {
    "@applicaster/zapp-pipes-v2-client": "*",
    "@react-native-community/netinfo": "*",
    "react": "*",
    "react-native": "*",
    "uglify-js": "*",
    "validate-color": "*",
    "zustand": "*"
  }
}