UNPKG

mx-jpush-expo

Version:

Expo 集成极光推送(JPush)一体化解决方案,支持 iOS/Android 厂商通道

84 lines (83 loc) 1.96 kB
{ "name": "mx-jpush-expo", "version": "1.2.6", "description": "Expo 集成极光推送(JPush)一体化解决方案,支持 iOS/Android 厂商通道", "main": "app.plugin.js", "types": "plugin/build/index.d.ts", "repository": { "type": "git", "url": "https://github.com/konodioda727/JPush-Expo" }, "keywords": [ "jpush", "极光推送", "jiguang", "expo", "expo-plugin", "config-plugin", "react-native", "push-notification", "推送通知", "ios-push", "android-push", "apns", "fcm", "xiaomi-push", "oppo-push", "vivo-push", "meizu-push", "huawei-push", "vendor-channel", "厂商通道", "muxi-studio" ], "files": [ "app.plugin.js", "plugin/build", "README.md", "LICENSE" ], "scripts": { "build": "tsc --project plugin/tsconfig.json", "clean": "rm -rf plugin/build", "test": "jest --config plugin/jest.config.js", "prepare": "npm run build", "lint": "eslint plugin/src plugin/__tests__ --ext .ts" }, "author": { "name": "MuxiStudio", "url": "https://github.com/konodioda727" }, "engines": { "node": ">=18.18.0" }, "license": "MIT", "peerDependencies": { "expo": ">=55.0.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/jest": "^29.5.14", "@types/node": "^18.19.130", "@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/parser": "^8.59.3", "eslint": "^10.4.0", "expo": "^55.0.24", "globals": "^17.6.0", "jest": "^29.7.0", "ts-jest": "^29.4.9", "typescript": "^5.9.3" }, "pnpm": { "overrides": { "@babel/plugin-transform-modules-systemjs": "7.29.4", "@xmldom/xmldom": "0.8.13", "brace-expansion@^1": "1.1.13", "brace-expansion@^5": "5.0.6", "node-forge": "1.4.0", "picomatch@^2": "2.3.2", "picomatch@^4": "4.0.4", "postcss": "8.5.14" } } }