expo-modules-test-core
Version:
Module providing native testing utilities for testing Expo modules
39 lines (38 loc) • 964 B
JSON
{
"name": "expo-modules-test-core",
"version": "0.20.2",
"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": "^22.14.0",
"glob": "^10.3.10",
"prettier": "^3.0.3",
"xml-js": "^1.6.11",
"yaml": "^2.3.2"
},
"gitHead": "f1394f21ff2719a9a3037d7511db170704e5c492"
}