UNPKG

mobiqo-capacitor

Version:

Mobiqo SDK for Capacitor apps - Mobile analytics and user tracking

49 lines (48 loc) 1.1 kB
{ "name": "mobiqo-capacitor", "version": "0.0.6", "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/mobiqo/mobiqo-capacitor.git" }, "homepage": "https://github.com/mobiqo/mobiqo-capacitor#readme", "bugs": { "url": "https://github.com/mobiqo/mobiqo-capacitor/issues" }, "engines": { "node": ">=14.0.0" }, "devDependencies": { "typescript": "^5.8.3" }, "peerDependencies": {}, "dependencies": {} }