expo-calendar
Version:
Provides an API for interacting with the device's system calendars, events, reminders, and associated records.
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "expo-calendar",
"version": "14.0.6",
"description": "Provides an API for interacting with the device's system calendars, events, reminders, and associated records.",
"main": "build/Calendar.js",
"types": "build/Calendar.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",
"calendar",
"reminders"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-calendar"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/calendar/",
"jest": {
"preset": "expo-module-scripts"
},
"devDependencies": {
"expo-module-scripts": "^4.0.3"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
}