expo-plugin-ios-static-libraries
Version:
Expo Config Plugin to set specific iOS libraries to use static build type
51 lines • 1.26 kB
JSON
{
"name": "expo-plugin-ios-static-libraries",
"version": "1.1.0",
"description": "Expo Config Plugin to set specific iOS libraries to use static build type",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build/*",
"**/*.d.ts"
],
"keywords": [
"expo",
"react-native",
"ios",
"podfile",
"config-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/jonshaffer/expo-plugin-ios-static-libraries"
},
"author": "Jon Shaffer",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonshaffer/expo-plugin-ios-static-libraries/issues"
},
"homepage": "https://github.com/jonshaffer/expo-plugin-ios-static-libraries#readme",
"dependencies": {
"@expo/config-plugins": ">=9.0.0 <12.0.0"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^25.0.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"memfs": "^4.17.0",
"ts-jest": "^29.2.6",
"typescript": "^5.3.3"
},
"peerDependencies": {
"expo": ">=52.0.0"
},
"scripts": {
"build": "tsc",
"test": "jest",
"pack": "pnpm pack",
"commitlint": "commitlint --edit"
}
}