@sphereon/musap-react-native
Version:
A React Native module wrapping the MUSAP library for Android & iOS
68 lines • 2.01 kB
JSON
{
"name": "@sphereon/musap-react-native",
"title": "musap-rn",
"version": "0.0.0",
"description": "A React Native module wrapping the MUSAP library for Android & iOS",
"homepage": "https://github.com/Sphereon-Opensource/musap-react-native",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"nativePackage": true,
"files": [
"src",
"dist",
"README.md",
"LICENSE",
"android/{build.gradle,gradle.properties,settings.gradle}",
"android/maven",
"android/src",
"ios/{Podfile,Podfile.lock,.xcode.env}",
"ios/musap-react-native",
"expo-module.config.json",
"musap-react-native.podspec"
],
"installConfig": {
"hoistingLimits": "workspaces"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sphereon-Opensource/musap-react-native.git",
"baseUrl": "https://github.com/Sphereon-Opensource/musap-react-native"
},
"keywords": [
"react-native",
"musap"
],
"author": {
"name": "Sphereon International",
"email": "dev@sphereon.com"
},
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"dependencies": {
"@sphereon/musap-native": "1.1.10"
},
"devDependencies": {
"@react-native-community/cli": "^13.6.9",
"@react-native/typescript-config": "^0.74.85",
"@types/react": "^18.3.3",
"@types/react-native": "^0.73.0",
"react": "^18.3.1",
"react-native": "^0.74.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"gitHead": "7615c2bd75c6352d2405473c470248d230f5056e",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --build --clean && tsc --build",
"build:android:windows": "cd android && gradlew.bat publishReleaseAar",
"build:android:linux": "cd android && ./gradlew publishReleaseAar",
"build:ios": "cd ios && xcodebuild -scheme MusapRn -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12' build"
}
}