expo-modules-core
Version:
The core of Expo Modules architecture
78 lines • 2.03 kB
JSON
{
"name": "expo-modules-core",
"version": "57.0.7",
"description": "The core of Expo Modules architecture",
"main": "src/index.ts",
"types": "build/index.d.ts",
"sideEffects": [
"*.fx.ts",
"./src/polyfill/*.ts"
],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./build/index.d.ts",
"default": "./src/index.ts"
},
"./types": "./types.d.ts",
"./src/polyfill/dangerous-internal": {
"types": "./build/polyfill/dangerous-internal.d.ts",
"default": "./src/polyfill/dangerous-internal.ts"
},
"./src/uuid": {
"types": "./build/uuid/index.d.ts",
"default": "./src/uuid/index.ts"
}
},
"keywords": [
"expo",
"modules",
"expo-modules",
"unimodules",
"react-native"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-modules-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-core",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"@expo/expo-modules-macros-plugin": "0.6.1",
"expo-modules-jsi": "~57.0.4",
"invariant": "^2.2.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-worklets": "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0"
},
"peerDependenciesMeta": {
"react-native-worklets": {
"optional": true
}
},
"devDependencies": {
"@testing-library/react-native": "^13.3.0",
"@types/react": "~19.2.0",
"@types/invariant": "^2.2.33",
"expo-module-scripts": "56.0.3"
},
"gitHead": "a4789f1e53353f4929b0baddcfe5a7c622b99c71",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"test:rsc": "jest --config jest-rsc.config.js",
"expo-module": "expo-module"
}
}