UNPKG

yodo1-mas-react-native-plugin

Version:
67 lines 1.65 kB
{ "name": "yodo1-mas-react-native-plugin", "version": "1.0.0", "description": "React Native plugin for Yodo1 MAS SDK", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "react-native": "src/index.tsx", "source": "src/index", "files": [ "src", "lib", "android", "ios", "react-native-yodo1-mas.podspec", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "typescript": "tsc --noEmit", "prepare": "bob build", "release": "release-it" }, "keywords": [ "react-native", "ios", "android", "yodo1", "mas", "ads" ], "repository": { "type": "git", "url": "git+https://github.com/Yodo1Games/MAS-React-Native-Plugin.git" }, "author": "Nitesh Oswal", "license": "MIT", "bugs": { "url": "https://github.com/Yodo1Games/MAS-React-Native-Plugin" }, "homepage": "https://github.com/Yodo1Games/MAS-React-Native-Plugin#readme", "devDependencies": { "@types/react": "^18.2.0", "@types/react-native": "^0.72.0", "react": "^18.2.0", "react-native": "^0.72.0", "react-native-builder-bob": "^0.20.0", "release-it": "^15.0.0", "typescript": "^5.0.0" }, "peerDependencies": { "react": "*", "react-native": "*" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] } }