{
  "name": "@phermange/datalogic-sdk-bridge",
  "version": "0.7.4",
  "description": "React Native bridge for Datalogic SDK - Barcode scanner integration for Expo apps",
  "main": "index.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "test": "expo-module test"
  },
  "keywords": [
    "react-native",
    "expo",
    "datalogic",
    "barcode",
    "scanner",
    "android",
    "kotlin"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phermange/datalogic-sdk-bridge.git"
  },
  "bugs": {
    "url": "https://github.com/phermange/datalogic-sdk-bridge/issues"
  },
  "homepage": "https://github.com/phermange/datalogic-sdk-bridge#readme",
  "author": "Pierre",
  "license": "MIT",
  "peerDependencies": {
    "expo": "*"
  },
  "devDependencies": {
    "expo-module-scripts": "^4.0.0"
  },
  "platforms": [
    "android"
  ]
}
