{
  "name": "@seekingmini/lrn-metro-config",
  "version": "0.0.1",
  "description": "A Metro config for running React Native projects with the Metro bundler",
  "main": "build/ExpoMetroConfig.js",
  "scripts": {
    "watch": "tsc --watch --preserveWatchOutput",
    "build": "tsc",
    "prepare": "yarn run clean && yarn build",
    "clean": "rimraf build ./tsconfig.tsbuildinfo",
    "lint": "eslint ."
  },
  "license": "MIT",
  "files": [
    "build",
    "transformer"
  ],
  "dependencies": {
    "@expo/json-file": "8.2.36",
    "@seekingmini/lrn-config": "^0.0.1",
    "chalk": "^4.1.0",
    "debug": "^4.3.2",
    "find-yarn-workspace-root": "~2.0.0",
    "getenv": "^1.0.0",
    "resolve-from": "^5.0.0",
    "sucrase": "^3.20.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.7",
    "@types/debug": "^4.1.7",
    "@types/getenv": "^1.0.0",
    "@types/glob": "^8.0.0",
    "@types/metro": "^0.66.1",
    "@types/node": "^18.11.18",
    "metro": "0.73.6"
  },
  "publishConfig": {
    "access": "public"
  }
}
