expo-tiktok-business
Version:
A expo module for tiktok business sdk
62 lines • 1.65 kB
JSON
{
"name": "expo-tiktok-business",
"version": "0.1.2",
"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-module",
"expo-tiktok-business-sdk",
"expo-tiktok-business",
"tiktok",
"tiktok-ads",
"tiktok-sdk",
"tiktok-business",
"tiktok-events",
"analytics",
"tracking",
"conversions"
],
"repository": {
"type": "git",
"url": "https://github.com/mikekhristo/expo-tiktok-business.git"
},
"bugs": {
"url": "https://github.com/mikekhristo/expo-tiktok-business/issues"
},
"author": "YOUR_NAME <YOUR_EMAIL>",
"contributors": [
"Mike Khristo <mike@10xv.xyz> (https://github.com/mikekhristo)",
"Lior Levy <levy.lior.pro@gmail.com> (https://github.com/Lioruby)"
],
"license": "MIT",
"homepage": "https://github.com/mikekhristo/expo-tiktok-business#readme",
"dependencies": {
"expo-modules-core": "^1.5.11"
},
"devDependencies": {
"@types/react": "~18.3.12",
"expo-module-scripts": "^4.0.3",
"expo": "~52.0.0",
"react-native": "0.76.0"
},
"peerDependencies": {
"expo": "*",
"expo-constants": "*",
"react": "*",
"react-native": "*"
}
}