{
  "name": "@cordova-plugin-agconnect/cloudfunctions",
  "description": "Cordova Plugin AGC Cloud Functions",
  "version": "1.2.0",
  "main": "./www/AGCCloudFunctions.js",
  "types": "./types/AGCCloudFunctions.d.ts",
  "homepage": "https://developer.huawei.com/consumer/en/agconnect/",
  "repository": {
    "type": "git",
    "url": "https://github.com/AppGalleryConnect/agc-cordova-plugin"
  },
  "license": "Apache-2.0",
  "licenseFilename": "LICENCE",
  "readmeFilename": "README.md",
  "cordova": {
    "id": "cordova-plugin-agc-cloudfunctions",
    "platforms": [
      "android",
      "ios"
    ]
  },
  "keywords": [
    "cordova",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios",
    "huawei-cloudfunctions",
    "cloudfunctions",
    "agc-cloudfunctions",
    "agc",
    "huawei"
  ],
  "files": [
    "hooks",
    "ionic-native",
    "src",
    "types",
    "www",
    "LICENCE",
    "package.json",
    "plugin.xml",
    "README.md"
  ],
  "dependencies": {
    "@types/cordova": "0.0.34"
  },
  "devDependencies": {
    "typescript": "3.9.5"
  },
  "scripts": {
    "build:core": "node ./node_modules/typescript/bin/tsc",
    "build": "npm run build:core",
    "watch": "node ./node_modules/typescript/bin/tsc --watch"
  }
}
