You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
{
|
|
"name": "expo-modules-core",
|
|
"version": "1.1.1",
|
|
"description": "The core of Expo Modules architecture",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"scripts": {
|
|
"build": "expo-module build",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"test": "expo-module test",
|
|
"prepare": "expo-module prepare",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"expo-module": "expo-module"
|
|
},
|
|
"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": {
|
|
"compare-versions": "^3.4.0",
|
|
"invariant": "^2.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react-hooks": "^7.0.1",
|
|
"expo-module-scripts": "^3.0.0"
|
|
},
|
|
"gitHead": "c2bfd01edc16bd6aecb317c67f475e9332459e2a"
|
|
}
|