UNPKG

@expo/fingerprint

Version:

A library to generate a fingerprint from a React Native project

69 lines 1.8 kB
{ "name": "@expo/fingerprint", "version": "0.19.1", "description": "A library to generate a fingerprint from a React Native project", "main": "build/index.js", "types": "build/index.d.ts", "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.3.0", "@expo/spawn-async": "^1.8.0", "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": { "@types/debug": "^4.1.5", "@types/getenv": "^1.0.0", "@types/semver": "^7.5.8", "@types/node": "^22.14.0", "require-from-string": "^2.0.2", "temp-dir": "^2.0.0", "expo": "56.0.3", "expo-module-scripts": "56.0.2", "expo-splash-screen": "56.0.9" }, "gitHead": "125e8225bf36a4b9b2a159441d9ea724bcf1110f", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module", "pretest:e2e": "expo-module prepublishOnly", "test:e2e": "expo-module test --config e2e/jest.config.js", "typecheck": "expo-module typecheck", "watch": "expo-module tsc --watch" } }