@wscsports/blaze-rtn-gam-ads
Version:
WSC Sports Blaze GAM Ads component for React Native
81 lines • 1.86 kB
JSON
{
"name": "@wscsports/blaze-rtn-gam-ads",
"title": "WSC Sports React Native GAM Ads",
"version": "1.3.0",
"description": "WSC Sports Blaze GAM Ads component for React Native",
"main": "lib/commonjs/index.js",
"react-native": "src/index.tsx",
"source": "src/index.tsx",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"files": [
"src",
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"android",
"ios",
"blaze-rtn-gam-ads.podspec",
"README.md",
"index.js",
"LICENSE",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!ios/build",
"!node_modules"
],
"repository": {
"type": "git",
"url": "git+https://github.com/WSCSports/blaze-sample-reactNative.git",
"baseUrl": "https://github.com/WSCSports/blaze-sample-reactNative"
},
"keywords": [
"react-native",
"wsc-sports",
"inApp Stories",
"Stories",
"Moments",
"Story",
"Moment"
],
"author": {
"name": "Mobile Dev WSC",
"email": "developers@wsc-sports.com"
},
"license": "SEE LICENSE IN licenseFilename",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=18.3.1",
"react-native": ">=0.77.0 <1.0.x"
},
"devDependencies": {
"@tsconfig/react-native": "3.0.3",
"@types/react": "^19.0.0",
"jest": "29.7.0",
"react": "19.0.0",
"react-native": "0.79.1",
"react-native-builder-bob": "0.23.2",
"typescript": "5.3.3"
},
"scripts": {
"prepare": "bob build"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
]
}