{
  "name": "expo-modules-test-core",
  "version": "56.0.7",
  "main": "./app.plugin.js",
  "description": "Module providing native testing utilities for testing Expo modules",
  "keywords": [
    "react-native",
    "expo",
    "expo-modules",
    "expo-modules-core",
    "expo-modules-test-core"
  ],
  "bin": {
    "expo-modules-test-core": "./bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-modules-test-core"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo-modules-test-core",
  "dependencies": {
    "@types/node": "^22.14.0",
    "glob": "^13.0.0",
    "prettier": "^3.8.3",
    "xml-js": "^1.6.11",
    "yaml": "^2.8.3",
    "expo-type-information": "^0.0.7"
  },
  "gitHead": "812dc007aefed0c432c0439fdfe05ee2f4f21da2",
  "scripts": {
    "build": "tsc",
    "test": "expo-module test",
    "lint": "expo-module lint",
    "clean": "expo-module clean"
  }
}