{
  "name": "create-expo-module",
  "version": "56.0.3",
  "description": "The script to create the Expo module",
  "keywords": [
    "expo",
    "module",
    "modules",
    "library",
    "react",
    "native"
  ],
  "license": "MIT",
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/create-expo-module"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "Expo",
  "bin": "bin/create-expo-module.js",
  "main": "build/index.js",
  "files": [
    "bin",
    "build"
  ],
  "engines": {
    "node": ">=18.13.0"
  },
  "devDependencies": {
    "@expo/rudder-sdk-node": "^1.1.1",
    "@expo/spawn-async": "^1.8.0",
    "@octokit/types": "^15.0.0",
    "@types/cross-spawn": "^6.0.6",
    "@types/ejs": "^3.1.5",
    "@types/getenv": "^1.0.0",
    "@types/jest": "^29.2.1",
    "@types/prompts": "^2.4.9",
    "@types/node": "^22.14.0",
    "@types/validate-npm-package-name": "^4.0.2",
    "@vercel/ncc": "^0.38.4",
    "chalk": "^4.1.2",
    "commander": "^8.3.0",
    "cross-spawn": "^7.0.5",
    "debug": "^4.3.4",
    "ejs": "^3.1.10",
    "getenv": "^2.0.0",
    "ora": "^5.4.1",
    "prompts": "^2.4.2",
    "multitars": "^1.0.0",
    "validate-npm-package-name": "^6.0.2",
    "@expo/json-file": "10.2.0",
    "expo-module-scripts": "56.0.2"
  },
  "gitHead": "7050ee8a4bef8d2617d507225d15bc84d6824007",
  "scripts": {
    "build": "ncc build ./src/index.ts -o build/",
    "build:prod": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "typecheck": "expo-module typecheck",
    "test": "expo-module test",
    "test:e2e": "expo-module test --config e2e/jest.config.js --runInBand",
    "watch": "pnpm run build --watch"
  }
}