{
  "name": "@cordova-plugin-agconnect/clouddb",
  "description": "Cordova AGC CloudDB Plugin",
  "version": "1.3.0",
  "main": "./www/index.js",
  "types": "./types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/AppGalleryConnect/agc-cordova-plugin",
    "directory": "cordova-plugin-agc-clouddb"
  },
  "bugs": "https://github.com/agc-Core/agc-cordova-plugin/issues",
  "homepage": "https://developer.huawei.com/consumer/en/doc/overview/agc-Core-Plugin",
  "license": "Apache-2.0",
  "licenseFilename": "LICENCE",
  "readmeFilename": "README.md",
  "cordova": {
    "id": "cordova-plugin-agc-clouddb",
    "platforms": [
      "android",
      "ios"
    ]
  },
  "keywords": [
    "cordova",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios",
    "clouddb",
    "agc-clouddb",
    "huawei-clouddb",
    "agc",
    "huawei"
  ],
  "files": [
    "hooks",
    "ionic-native",
    "src",
    "types",
    "www",
    "LICENCE",
    "package.json",
    "plugin.xml",
    "README.md"
  ],
  "dependencies": {
    "@types/cordova": "0.0.34"
  },
  "devDependencies": {
    "typescript": "^4.1.2"
  },
  "scripts": {
    "build:core": "tsc",
    "build": "npm run build:core",
    "watch": "tsc --watch"
  }
}
