@wscsports/blaze-rtn-sdk
Version:
WSC Sports Blaze SDK component for React Native
85 lines • 2.05 kB
JSON
{
"name": "@wscsports/blaze-rtn-sdk",
"title": "WSC Sports React Native SDK",
"version": "1.3.0",
"description": "WSC Sports Blaze SDK 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-sdk.podspec",
"README.md",
"index.js",
"LICENSE",
"app.plugin.js",
"plugin/build",
"!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",
"expo-module-scripts": "3.1.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 && yarn build-plugin",
"build-plugin": "export EXPO_NONINTERACTIVE=1 && expo-module clean plugin && expo-module build plugin"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
]
}