{
  "name": "@alaneu/react-native-nitro-vto",
  "version": "0.14.0",
  "description": "React Native library for glasses virtual try-on using ARCore and Filament",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "src",
    "react-native.config.js",
    "lib",
    "nitrogen",
    "android/build.gradle",
    "android/gradle.properties",
    "android/fix-prefab.gradle",
    "android/CMakeLists.txt",
    "android/src",
    "ios/**/*.h",
    "ios/**/*.m",
    "ios/**/*.mm",
    "ios/**/*.cpp",
    "ios/**/*.swift",
    "ios/assets/**/*",
    "app.plugin.js",
    "app.plugin.d.ts",
    "nitro.json",
    "*.podspec",
    "README.md"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "build": "bob build",
    "clean": "rm -rf android/build node_modules/**/android/build lib",
    "specs": "nitrogen",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "prepack": "bob build",
    "prepublishOnly": "(cd ../vto-core-native && npm run bundle)",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "glasses",
    "vto",
    "virtual-try-on",
    "arcore",
    "ar",
    "augmented-reality",
    "filament",
    "3d",
    "nitro"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alan-eu/react-native-nitro-vto.git"
  },
  "author": "Xavier Seignard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alan-eu/react-native-nitro-vto/issues"
  },
  "homepage": "https://github.com/alan-eu/react-native-nitro-vto#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@expo/config-plugins": "*",
    "@types/react": "19.1.0",
    "nitrogen": "0.31.10",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-native-builder-bob": "0.40.17",
    "react-native-nitro-modules": "0.31.10",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.78.0",
    "react-native-nitro-modules": ">=0.23.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "release-it": {
    "npm": {
      "publish": true,
      "access": "public"
    },
    "git": false,
    "github": {
      "release": false
    }
  }
}
