UNPKG

react-native-ios-alarmkit

Version:
132 lines (131 loc) 3.43 kB
{ "name": "react-native-ios-alarmkit", "version": "0.7.5", "description": "React Native wrapper for iOS AlarmKit framework", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "react-native.config.js", "lib", "nitrogen", "android/build.gradle", "android/gradle.properties", "android/fix-prefab.gradle", "android/CMakeLists.txt", "android/src", "ios/**/*.h", "ios/**/*.m", "ios/**/*.mm", "ios/**/*.cpp", "ios/**/*.swift", "app.plugin.js", "nitro.json", "*.podspec", "README.md" ], "scripts": { "typecheck": "tsc --noEmit", "clean": "rm -rf android/build node_modules/**/android/build lib", "lint": "eslint \"**/*.{js,ts,tsx}\" --fix", "lint-ci": "eslint \"**/*.{js,ts,tsx}\" -f @jamesacarr/eslint-formatter-github-actions", "typescript": "tsc", "specs": "tsc --noEmit false && nitrogen --logLevel=\"debug\"", "prepublishOnly": "bun run typescript && bun run specs" }, "keywords": [ "react-native", "nitro", "alarmkit", "alarm", "timer", "ios", "live-activity" ], "repository": { "type": "git", "url": "https://github.com/sauravhiremath/react-native-ios-alarmkit" }, "author": "Saurav M. Hiremath", "license": "MIT", "bugs": { "url": "https://github.com/sauravhiremath/react-native-ios-alarmkit/issues" }, "homepage": "https://github.com/sauravhiremath/react-native-ios-alarmkit#readme", "workspaces": [ "example" ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@babel/core": "^7.25.0", "@babel/eslint-parser": "^7.28.6", "@babel/runtime": "^7.25.0", "@jamesacarr/eslint-formatter-github-actions": "^0.2.0", "@react-native/babel-preset": "0.83.0", "@react-native/eslint-config": "0.83.0", "@react-native/eslint-plugin": "^0.84.1", "@types/react": "^19.1.03", "@typescript-eslint/eslint-plugin": "^8.58.0", "@typescript-eslint/parser": "^8.58.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-ft-flow": "^3.0.11", "eslint-plugin-jest": "^29.15.1", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-native": "^5.0.0", "nitrogen": "^0.33.2", "prettier": "^3.3.3", "react": "19.2.0", "react-native": "0.83.0", "react-native-builder-bob": "^0.40.13", "react-native-nitro-modules": "^0.33.2", "typescript": "^5.8.3" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-nitro-modules": "*" }, "eslintConfig": { "root": true, "extends": [ "@react-native", "prettier" ], "plugins": [ "prettier" ], "rules": { "prettier/prettier": [ "warn", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false, "semi": false } }