UNPKG

@react-native-ohos/react-native-calendar-events

Version:
62 lines 1.82 kB
{ "name": "@react-native-ohos/react-native-calendar-events", "version": "2.2.1-rc.1", "description": "React Native module for harmony Calendar Events", "homepage": "https://github.com/wmcmahan/react-native-calendar-events", "repository": { "type": "git", "url": "https://github.com/wmcmahan/react-native-calendar-events.git" }, "author": "Will McMahan", "license": "MIT", "keywords": [ "react-native", "react-component", "eventkit", "reminders", "calendar-events" ], "main": "src", "types": "src/index.d.ts", "files": [ "harmony", "src/", "package.json" ], "peerDependencies": { "react-native": ">=0.60.0" }, "scripts": { "format": "prettier --write \"**/*.{md,json,js,css}\"", "release": "npmpub", "test": "echo \"Everything is awesome!\"", "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-calendar-events --cpp-output-path ./harmony/calendar_events/src/main/cpp/generated --ets-output-path ./harmony/calendar_events/src/main/ets/generated --turbo-modules-spec-paths ./src/NativeCalendarModule.ts" }, "devDependencies": { "husky": "^4.0.0", "lint-staged": "^10.0.0", "npmpub": "^5.0.0", "prettier": "^2.0.0", "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27", "@react-native-community/cli": "^15.0.1" }, "lint-staged": { "*.{md,json,js,css}": [ "prettier --write" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "dependencies": { "react-native-calendar-events": "^2.2.0" }, "overrides": { "@react-native/codegen": "0.74.0" }, "harmony": { "alias": "react-native-calendar-events" } }