UNPKG

my-pangle-sdk

Version:

React Native wrapper for the Pangle (穿山甲) iOS SDK with full TypeScript support.

38 lines (37 loc) 683 B
{ "name": "my-pangle-sdk", "version": "1.0.2", "repository": { "type": "git", "url": "git+https://github.com/WDDong/react-native-pangle-sdk.git" }, "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "files": [ "lib", "ios" ], "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0" }, "devDependencies": { "typescript": "^5.0.0", "@types/react-native": "^0.71.0" }, "keywords": [ "react-native", "pangle", "穿山甲", "ads", "sdk" ], "license": "MIT", "dependencies": { "react-native": "^0.80.1" } }