@expo/config
Version:
A library for interacting with the app.json
56 lines (55 loc) • 1.54 kB
JSON
{
"name": "@expo/config",
"version": "55.0.15",
"description": "A library for interacting with the app.json",
"main": "build/index.js",
"scripts": {
"build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
"clean": "expo-module clean",
"lint": "expo-module lint",
"prepare": "expo-module clean && yarn run build",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test",
"typecheck": "expo-module typecheck"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/config"
},
"keywords": [
"json",
"react-native",
"expo",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/config#readme",
"files": [
"build",
"paths"
],
"dependencies": {
"@expo/config-plugins": "~55.0.8",
"@expo/config-types": "^55.0.5",
"@expo/json-file": "^10.0.13",
"@expo/require-utils": "^55.0.4",
"deepmerge": "^4.3.1",
"getenv": "^2.0.0",
"glob": "^13.0.0",
"resolve-workspace-root": "^2.0.0",
"semver": "^7.6.0",
"slugify": "^1.3.4"
},
"devDependencies": {
"@types/babel__code-frame": "^7.27.0",
"expo-module-scripts": "^55.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ccfaea4c6143c6343e90366c9da25412b3f18873"
}