expo-sms
Version:
Provides access to the system's UI/app for sending SMS messages.
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "expo-sms",
"version": "13.0.1",
"description": "Provides access to the system's UI/app for sending SMS messages.",
"main": "build/SMS.js",
"types": "build/SMS.d.ts",
"sideEffects": false,
"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"
},
"keywords": [
"react-native",
"expo",
"sms"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-sms"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/sms/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {},
"devDependencies": {
"expo-module-scripts": "^4.0.3"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
}