kiot-cordova-plugin-home-console
Version:
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
36 lines (35 loc) • 791 B
JSON
{
"name": "kiot-cordova-plugin-home-console",
"version": "1.0.1",
"description": "This plugin allows your Android app to download and install compressed updates without the Google Play Store.",
"cordova": {
"id": "kiot-cordova-plugin-home-console",
"platforms": [
"android"
]
},
"main": "./src/ionic/index.js",
"types": "./src/ionic/index.d.ts",
"scripts": {
"build": "tsc -p src/ionic",
"prepublish": "npm run build"
},
"keywords": [
"apk",
"updater",
"downloader",
"installer",
"play-store",
"ecosystem:cordova",
"cordova-android",
"cordova",
"capacitor",
"ionic"
],
"author": "KIOT Innovation Pvt Ltd.",
"license": "MIT",
"dependencies": {
"tsc": "^2.0.4",
"typescript": "^5.8.3"
}
}