1{
2  "name": "@expo/fingerprint",
3  "version": "0.0.7",
4  "description": "A library to generate a fingerprint from a React Native project",
5  "main": "build/index.js",
6  "types": "build/index.d.ts",
7  "scripts": {
8    "watch": "tsc --watch --preserveWatchOutput",
9    "build": "tsc --sourceMap",
10    "prepare": "yarn run clean && yarn build",
11    "clean": "rimraf build ./tsconfig.tsbuildinfo",
12    "lint": "eslint .",
13    "test": "jest",
14    "test:e2e": "jest --config e2e/jest.config.js"
15  },
16  "bin": {
17    "fingerprint": "bin/cli.js"
18  },
19  "keywords": [
20    "expo",
21    "react-native",
22    "fingerprint",
23    "hash",
24    "node"
25  ],
26  "repository": {
27    "type": "git",
28    "url": "https://github.com/expo/expo.git",
29    "directory": "packages/@expo/fingerprint"
30  },
31  "bugs": {
32    "url": "https://github.com/expo/expo/issues"
33  },
34  "author": "650 Industries, Inc.",
35  "license": "MIT",
36  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/fingerprint#readme",
37  "dependencies": {
38    "@expo/spawn-async": "^1.5.0",
39    "chalk": "^4.1.2",
40    "debug": "^4.3.4",
41    "find-up": "^5.0.0",
42    "minimatch": "^3.0.4",
43    "p-limit": "^3.1.0",
44    "resolve-from": "^5.0.0"
45  },
46  "devDependencies": {
47    "@types/find-up": "^4.0.0",
48    "@types/jest": "^29.2.1",
49    "@types/rimraf": "^3.0.0",
50    "eslint": "^8.29.0",
51    "eslint-config-universe": "^11.1.0",
52    "expo": "^49.0.0-alpha.1",
53    "glob": "^7.1.7",
54    "jest": "^29.2.1",
55    "jest-watch-typeahead": "2.2.1",
56    "memfs": "^3.4.12",
57    "rimraf": "^3.0.2",
58    "temp-dir": "^2.0.0",
59    "typescript": "^5.1.3"
60  }
61}
62