{ "name": "expo-module-scripts", "version": "3.1.1", "description": "A private package for various tasks for Expo module packages like compiling and testing", "main": "index.js", "bin": { "expo-module": "bin/expo-module.js" }, "scripts": { "lint": "expo-module lint ." }, "repository": { "type": "git", "url": "git+https://github.com/expo/expo.git", "directory": "packages/expo-module-scripts" }, "keywords": [ "babel-preset", "jest-preset", "expo" ], "author": "Expo", "license": "MIT", "bugs": { "url": "https://github.com/expo/expo/issues" }, "homepage": "https://github.com/expo/expo/tree/main/packages/expo-module-scripts#readme", "dependencies": { "@babel/cli": "^7.1.2", "@expo/npm-proofread": "^1.0.1", "@testing-library/react-hooks": "^7.0.1", "@tsconfig/node18": "^18.2.2", "@types/jest": "^29.2.1", "babel-preset-expo": "~9.7.0", "commander": "^2.19.0", "eslint-config-universe": "^12.0.0", "find-yarn-workspace-root": "^2.0.0", "glob": "^7.1.7", "jest-expo": "~50.0.0-alpha.0", "jest-watch-typeahead": "2.2.1", "ts-jest": "~29.0.4", "typescript": "^5.1.3" } }