UNPKG

@expo/config-plugins

Version:

A library for Expo config plugins

62 lines (61 loc) 1.68 kB
{ "name": "@expo/config-plugins", "version": "9.0.17", "description": "A library for Expo config plugins", "main": "build/index.js", "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", "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-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": "^52.0.5", "@expo/json-file": "~9.0.2", "@expo/plist": "^0.2.2", "@expo/sdk-runtime-versions": "^1.0.0", "chalk": "^4.1.2", "debug": "^4.3.5", "getenv": "^1.0.0", "glob": "^10.4.2", "resolve-from": "^5.0.0", "semver": "^7.5.4", "slash": "^3.0.0", "slugify": "^1.6.6", "xcode": "^3.0.1", "xml2js": "0.6.0" }, "devDependencies": { "@types/debug": "^4.1.5", "@types/find-up": "^4.0.0", "@types/xml2js": "~0.4.11", "expo-module-scripts": "^4.0.4" }, "publishConfig": { "access": "public" }, "gitHead": "1992dd3ba012ec59a646e383b9895ea6b577948b" }