{
  "name": "react-native-barcode-qr-generator",
  "version": "1.1.0",
  "description": "High-performance, SVG-aligned Barcode and QR Code generator for React Native. Supports New Architecture (Fabric), multiple formats (CODE128, EAN, UPC, etc.), and customizable QR codes.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "rm -rf lib",
    "prepare": "tsc",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "barcode",
    "qrcode",
    "qr-code",
    "generator",
    "svg",
    "react-native-svg",
    "fabric",
    "new-architecture",
    "ios",
    "android",
    "code128",
    "ean13",
    "upc",
    "barcode-generator",
    "qr-generator",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alicanov98/react-native-barcode-qr-generator.git"
  },
  "author": "Alijanov <https://github.com/alicanov98>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alicanov98/react-native-barcode-qr-generator/issues"
  },
  "homepage": "https://github.com/alicanov98/react-native-barcode-qr-generator#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^3.0.0",
    "@types/jest": "^28.1.2",
    "@types/react": "~17.0.21",
    "@types/react-native": "~0.67.6",
    "del-cli": "^5.0.0",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.1",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "17.0.2",
    "react-native": "0.68.2",
    "react-native-svg": "^12.3.0",
    "release-it": "^15.0.0",
    "typescript": "^4.5.2"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-svg": ">=12.1.0"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/lib/"
    ]
  }
}
