expo-tiktok-business-sdk
Version:
A expo module for tiktok business sdk
43 lines • 1.25 kB
JSON
{
"name": "expo-tiktok-business-sdk",
"version": "0.1.1",
"description": "A expo module for tiktok business sdk",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-tiktok-business-sdk",
"TiktokSDK"
],
"repository": "https://github.com/Lioruby/expo-tiktok-business-sdk",
"bugs": {
"url": "https://github.com/Lioruby/expo-tiktok-business-sdk/issues"
},
"author": "Lior Levy <levy.lior.pro@gmail.com> (https://github.com/Lioruby)",
"license": "MIT",
"homepage": "https://github.com/Lioruby/expo-tiktok-business-sdk#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "~18.3.12",
"expo-module-scripts": "^4.0.3",
"expo": "~52.0.0",
"react-native": "0.76.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}