{
  "name": "expo-yarn-workspaces",
  "version": "2.3.2",
  "description": "A private package for working with Yarn workspaces within the Expo repository",
  "author": "Expo",
  "license": "MIT",
  "bin": "bin/expo-yarn-workspaces.js",
  "main": "index.js",
  "files": [
    "index.js",
    "webpack.js",
    "common/*",
    "bin/*"
  ],
  "scripts": {
    "lint": "eslint .",
    "pretest": "cd workspace-template && yarn --no-lockfile",
    "test": "jest ."
  },
  "homepage": "https://github.com/expo/expo-yarn-workspaces#readme",
  "bugs": {
    "url": "https://github.com/expo/expo-yarn-workspaces/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo-yarn-workspaces.git"
  },
  "dependencies": {
    "@expo/metro-config": "~0.17.0",
    "@expo/webpack-config": "~0.17.4",
    "debug": "^4.3.2",
    "find-yarn-workspace-root": "^2.0.0",
    "glob": "^7.1.7",
    "minimist": "^1.2.6",
    "mkdirp": "^0.5.1"
  },
  "devDependencies": {
    "eslint": "^8.56.0",
    "eslint-config-universe": "^12.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.1",
    "typescript": "^5.3.3"
  }
}
