UNPKG

netlify-plugin-expo-qr

Version:

Netlify Build Plugin to automate Expo app updates and generate QR code pages for Expo Go

36 lines (35 loc) 816 B
{ "name": "netlify-plugin-expo-qr", "version": "1.0.16", "description": "Netlify Build Plugin to automate Expo app updates and generate QR code pages for Expo Go", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "netlify", "netlify-plugin", "expo", "react-native", "qr-code", "eas", "build-plugin" ], "author": "mrmarili", "license": "MIT", "dependencies": { "qrcode": "^1.5.3", "@expo/ngrok": "^4.1.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/MrMarili/NetlifyPlugin.git" }, "bugs": { "url": "https://github.com/MrMarili/NetlifyPlugin/issues" }, "homepage": "https://github.com/MrMarili/NetlifyPlugin#readme" }