{
  "name": "turbo-camera-dubu",
  "version": "0.0.9",
  "description": "React Native TurboModule for camera functionality and QR code scanning",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/spec/index.js",
  "types": "lib/spec/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kim-jiha95/turbo-camera.git"
  },
  "keywords": [
    "react-native",
    "camera",
    "qrcode",
    "turbomodule"
  ],
  "author": "dubudubu",
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.68.0"
  },
  "devDependencies": {
    "@types/react": "^18.3.20",
    "@types/react-native": "^0.70.19",
    "typescript": "^4.9.5"
  },
  "codegenConfig": {
    "name": "TurboCameraSpec",
    "type": "all",
    "jsSrcsDir": "spec"
  },
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "csstype": "^3.1.3"
  }
}
