65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "@expo/fingerprint",
|
|
"version": "0.15.4",
|
|
"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/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": "^9.0.0",
|
|
"p-limit": "^3.1.0",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"expo-module-scripts": "^5.0.8",
|
|
"require-from-string": "^2.0.2",
|
|
"temp-dir": "^2.0.0"
|
|
},
|
|
"gitHead": "e8b838828e5e985379c07294dc932dba66c89562"
|
|
}
|