mobiqo-react-native
Version:
Mobiqo SDK for Capacitor apps - Mobile analytics and user tracking
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "mobiqo-react-native",
"version": "1.0.0",
"description": "Mobiqo SDK for Capacitor apps - Mobile analytics and user tracking",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "echo \"No tests specified\" && exit 0",
"publish": "npm run prepublishOnly && npm publish"
},
"keywords": [
"typescript",
"capacitor",
"mobiqo",
"analytics",
"mobile",
"tracking",
"sdk",
"revenueCat",
"user-analytics"
],
"author": "Mobiqo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MobiqoAnalytics/mobiqo-capacitor.git"
},
"homepage": "https://github.com/MobiqoAnalytics/mobiqo-capacitor#readme",
"bugs": {
"url": "https://github.com/MobiqoAnalytics/mobiqo-capacitor/issues"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"typescript": "^5.8.3",
"@react-native-async-storage/async-storage": "^1.19.0"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.19.0"
},
"peerDependenciesMeta": {
"react-native-device-info": {
"optional": true
}
},
"dependencies": {}
}