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