1{
2  "name": "expo-module-scripts",
3  "version": "3.1.1",
4  "description": "A private package for various tasks for Expo module packages like compiling and testing",
5  "main": "index.js",
6  "bin": {
7    "expo-module": "bin/expo-module.js"
8  },
9  "scripts": {
10    "lint": "expo-module lint ."
11  },
12  "repository": {
13    "type": "git",
14    "url": "git+https://github.com/expo/expo.git",
15    "directory": "packages/expo-module-scripts"
16  },
17  "keywords": [
18    "babel-preset",
19    "jest-preset",
20    "expo"
21  ],
22  "author": "Expo",
23  "license": "MIT",
24  "bugs": {
25    "url": "https://github.com/expo/expo/issues"
26  },
27  "homepage": "https://github.com/expo/expo/tree/main/packages/expo-module-scripts#readme",
28  "dependencies": {
29    "@babel/cli": "^7.1.2",
30    "@expo/npm-proofread": "^1.0.1",
31    "@testing-library/react-hooks": "^7.0.1",
32    "@tsconfig/node18": "^18.2.2",
33    "@types/jest": "^29.2.1",
34    "babel-preset-expo": "~9.7.0",
35    "commander": "^2.19.0",
36    "eslint-config-universe": "^12.0.0",
37    "find-yarn-workspace-root": "^2.0.0",
38    "glob": "^7.1.7",
39    "jest-expo": "~50.0.0-alpha.0",
40    "jest-watch-typeahead": "2.2.1",
41    "ts-jest": "~29.0.4",
42    "typescript": "^5.1.3"
43  }
44}
45