{
  "name": "cordova-plugin-firebase-authentication",
  "version": "7.0.1",
  "description": "Cordova plugin for Firebase Authentication",
  "types": "./types/index.d.ts",
  "cordova": {
    "id": "cordova-plugin-firebase-authentication",
    "platforms": [
      "ios",
      "android"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chemerisuk/cordova-plugin-firebase-authentication.git"
  },
  "author": "Maksim Chemerisuk <chemerisuk@gmail.com> (https://github.com/chemerisuk)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chemerisuk/cordova-plugin-firebase-authentication/issues"
  },
  "homepage": "https://github.com/chemerisuk/cordova-plugin-firebase-authentication#readme",
  "funding": "https://github.com/chemerisuk/cordova-plugin-firebase-authentication?sponsor=1",
  "keywords": [
    "cordova",
    "firebase",
    "authentication",
    "analytics",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios"
  ],
  "scripts": {
    "preversion": "npm run docs && rm -rf docs",
    "version": "perl -i -pe 's/(version=)\"\\d+\\.\\d+\\.\\d+\"/$1\"'$npm_package_version'\"$2/' plugin.xml && git add .",
    "postversion": "git push && git push --tags",
    "predocs": "tsc www/* --declaration --allowJs --checkJs --lib es2015,dom --emitDeclarationOnly --outDir types",
    "docs": "typedoc && perl -i -pe 's/README.md#/#/g' ./docs/README.md",
    "postdocs": "perl -i -0pe 's/(<!-- TypedocGenerated -->).*/$1\n\n/gms' README.md && cat ./docs/README.md >> README.md"
  },
  "devDependencies": {
    "typedoc": "^0.23.9",
    "typedoc-plugin-markdown": "^3.13.4"
  }
}
