UNPKG

sms-manager

Version:
44 lines (43 loc) 1.18 kB
{ "name": "sms-manager", "version": "0.1.0", "description": "sms manager module", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "sms-manager", "SmsManager" ], "repository": "https://github.com/theTrine333/sms-manager", "bugs": { "url": "https://github.com/theTrine333/sms-manager/issues" }, "author": "theTrine333 <trinekaka@gmail.com> (https://github.com/theTrine333)", "license": "MIT", "homepage": "https://github.com/theTrine333/sms-manager#readme", "dependencies": {}, "devDependencies": { "@types/react": "~19.0.0", "expo-module-scripts": "^4.1.9", "expo": "~53.0.0", "react-native": "0.79.1" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }