UNPKG

expo-plugin-app-checker

Version:

检测指定的App是否存在

36 lines (35 loc) 662 B
{ "name": "expo-plugin-app-checker", "version": "0.1.0", "description": "检测指定的App是否存在", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc" }, "keywords": [ "expo", "react-native", "app-checker", "package-checker" ], "files": [ "android", "ios", "lib", "src" ], "author": "qiyue <gmqiyue@gmail.com>", "license": "MIT", "devDependencies": { "@types/react": "^18.0.0", "@types/react-native": "^0.70.0", "typescript": "^4.9.4" }, "dependencies": { "@expo/config-plugins": "^6.0.0" }, "expo": { "plugin": "./app.plugin.js" } }