capacitor-plugin-gmshms-checker
Version:
Capacitor plugin to check GMS and HMS availability
64 lines (63 loc) • 1.66 kB
JSON
{
"name": "capacitor-plugin-gmshms-checker",
"version": "6.0.0",
"description": "Capacitor plugin to check GMS and HMS availability",
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"lint": "npm run prettier -- --check && npm run swiftlint -- lint",
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
"swiftlint": "node-swiftlint",
"build": "npm run clean && tsc && rollup -c rollup.config.js",
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build"
},
"author": "Angel Camacho",
"license": "MIT",
"devDependencies": {
"@capacitor/android": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@ionic/prettier-config": "^1.0.0",
"@ionic/swiftlint-config": "^1.0.0",
"prettier": "^2.3.0",
"prettier-plugin-java": "^1.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"swiftlint": "^1.0.1",
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": "^6.0.0"
},
"files": [
"dist/",
"android/",
"CapacitorPluginGmshmsChecker.podspec",
"android/src/main/",
"android/build.gradle"
],
"keywords": [
"capacitor",
"plugin",
"native",
"hms",
"gms",
"android"
],
"capacitor": {
"android": {
"src": "android"
}
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
"repository": {
"type": "git",
"url": "https://github.com/angelcamacho34/capacitor-plugin-hmsgms-checker"
},
"bugs": {
"url": "https://github.com/angelcamacho34/capacitor-plugin-hmsgms-checker/issues"
}
}