@expo/config-plugins
Version:
A library for Expo config plugins
82 lines • 2.2 kB
JSON
{
"name": "@expo/config-plugins",
"version": "56.0.8",
"description": "A library for Expo config plugins",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./build/android": {
"types": "./build/android/index.d.ts",
"default": "./build/android/index.js"
},
"./build/ios": {
"types": "./build/ios/index.d.ts",
"default": "./build/ios/index.js"
},
"./build": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./build/*.js": "./build/*.js",
"./build/*": "./build/*.js",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/config-plugins"
},
"keywords": [
"json",
"expo",
"react-native",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://docs.expo.dev/guides/config-plugins/",
"files": [
"build",
"paths"
],
"dependencies": {
"@expo/config-types": "^56.0.5",
"@expo/json-file": "~10.2.0",
"@expo/plist": "^0.7.0",
"@expo/require-utils": "^56.1.3",
"@expo/sdk-runtime-versions": "^1.0.0",
"chalk": "^4.1.2",
"debug": "^4.3.5",
"getenv": "^2.0.0",
"glob": "^13.0.0",
"semver": "^7.5.4",
"slugify": "^1.6.6",
"xcode": "^3.0.1",
"xml2js": "0.6.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@types/debug": "^4.1.5",
"@types/getenv": "^1.0.0",
"@types/semver": "^7.7.0",
"@types/xml2js": "~0.4.11",
"expo-module-scripts": "56.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6dfb0e4c958a1ea1d66d3f7952494ac58430ad45",
"scripts": {
"build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\",\"src/**/__integration_tests__/*\"",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"typecheck": "expo-module typecheck"
}
}