expo-calendar
Version:
Provides an API for interacting with the device's system calendars, events, reminders, and associated records.
63 lines • 1.63 kB
JSON
{
"name": "expo-calendar",
"version": "56.0.8",
"description": "Provides an API for interacting with the device's system calendars, events, reminders, and associated records.",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"./app.plugin": "./app.plugin.js",
"./app.plugin.js": "./app.plugin.js",
"./package.json": "./package.json",
"./plugin": "./plugin/build/index.js",
"./legacy": {
"types": "./build/legacy/index.d.ts",
"default": "./src/legacy/index.ts"
},
"./next": {
"types": "./build/index.d.ts",
"default": "./src/index.ts"
},
".": {
"types": "./build/index.d.ts",
"default": "./src/index.ts"
}
},
"sideEffects": false,
"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": {
"@types/node": "^22.14.0",
"expo": "56.0.3",
"expo-module-scripts": "56.0.2"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "125e8225bf36a4b9b2a159441d9ea724bcf1110f",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}