{
  "name": "@expo/fingerprint",
  "version": "0.16.6",
  "description": "A library to generate a fingerprint from a React Native project",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "test:e2e": "yarn run prepare && expo-module test --config e2e/jest.config.js",
    "typecheck": "expo-module typecheck",
    "watch": "expo-module tsc --watch"
  },
  "bin": {
    "fingerprint": "bin/cli.js"
  },
  "files": [
    "bin",
    "build",
    "cli/build"
  ],
  "keywords": [
    "expo",
    "react-native",
    "fingerprint",
    "hash",
    "node"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/@expo/fingerprint"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/fingerprint#readme",
  "dependencies": {
    "@expo/env": "^2.0.11",
    "@expo/spawn-async": "^1.7.2",
    "arg": "^5.0.2",
    "chalk": "^4.1.2",
    "debug": "^4.3.4",
    "getenv": "^2.0.0",
    "glob": "^13.0.0",
    "ignore": "^5.3.1",
    "minimatch": "^10.2.2",
    "resolve-from": "^5.0.0",
    "semver": "^7.6.0"
  },
  "devDependencies": {
    "expo-module-scripts": "^55.0.2",
    "require-from-string": "^2.0.2",
    "temp-dir": "^2.0.0"
  },
  "gitHead": "bcdd2c239f8a92cdf5140e35cde768352630acd6"
}
