{ "name": "expo-modules-test-core", "version": "0.14.0", "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" ], "scripts": { "build": "tsc" }, "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": "^20.5.7", "glob": "^10.3.4", "prettier": "^3.0.3", "xml-js": "^1.6.11", "yaml": "^2.3.2" } }