{
  "name": "@rolobits/attestation-photo-mobile",
  "version": "1.3.0",
  "description": "Atomic C2PA camera SDK for React Native",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "dist",
    "src",
    "native/ios",
    "native/android/src",
    "native/android/build.gradle",
    "rust/src",
    "rust/Cargo.toml",
    "rust/Cargo.lock",
    "rust/build.rs",
    "rust/.clippy.toml",
    "rust/rustfmt.toml",
    "scripts",
    "RNAttestationMobile.podspec",
    "react-native.config.js"
  ],
  "react-native": "src/index.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "rust:check": "cd rust && cargo check",
    "rust:fmt": "cd rust && cargo fmt",
    "rust:clippy": "cd rust && cargo clippy -- -D warnings",
    "rust:build": "cd rust && cargo build --release",
    "check": "npm run typecheck && npm run lint && npm run rust:check",
    "release": "semantic-release",
    "prepare": "husky"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-native": ">=0.73"
  },
  "devDependencies": {
    "@eslint/js": "9.39.2",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/react": "^18.3.12",
    "@types/react-native": "^0.73.0",
    "eslint": "9.39.2",
    "husky": "9.1.7",
    "semantic-release": "^24.2.3",
    "typescript": "^5.7.3",
    "typescript-eslint": "8.55.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RoloBits/attestation-photo-mobile.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "keywords": [
    "c2pa",
    "attestation",
    "react-native",
    "camera",
    "provenance",
    "secure-enclave",
    "strongbox",
    "hardware-attestation",
    "photo",
    "content-authenticity",
    "cai",
    "jumbf",
    "vision-camera",
    "ios",
    "android",
    "rust",
    "uniffi"
  ],
  "license": "MIT"
}
