UNPKG

expo-signed

Version:

Effortlessly configure signing for Android builds in Expo projects during the prebuild process.

35 lines (34 loc) 613 B
{ "name": "expo-signed", "version": "1.0.0", "description": "Effortlessly configure signing for Android builds in Expo projects during the prebuild process.", "author": "Akay Akagunduz", "license": "MIT", "keywords": [ "expo", "plugin", "android", "signing", "keystore", "prebuild" ], "publishConfig": { "access": "public" }, "main": "index.js", "repository": { "type": "git", "url": "https://github.com/akayakagunduz/expo-signed.git" }, "engines": { "node": ">=16" }, "dependencies": { "@expo/config-plugins": "^6.0.0" }, "expo": { "plugins": [ "expo-signed" ] } }