{
  "name": "cordova-plugin-notificare",
  "version": "4.2.6",
  "description": "Notificare Cordova Plugin.",
  "author": "Notificare <info@notifica.re> (https://notificare.com)",
  "license": "MIT",
  "homepage": "https://github.com/notificare/notificare-sdk-cordova#readme",
  "repository": {
    "url": "https://github.com/Notificare/notificare-sdk-cordova"
  },
  "bugs": {
    "url": "https://github.com/Notificare/notificare-sdk-cordova/issues"
  },
  "keywords": [
    "notificare",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios"
  ],
  "main": "build/notificare.bundle.js",
  "types": "build/js/index.d.ts",
  "files": [
    "src",
    "build",
    "plugin.xml",
    "CHANGELOG.md",
    "MIGRATION.md"
  ],
  "scripts": {
    "build": "yarn clean; yarn build:typescript; yarn build:bundle",
    "build:typescript": "tsc",
    "build:bundle": "rollup --config",
    "clean": "rm -rf build",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "pack": "npm pack",
    "prepack": "yarn build; yarn docs:replace-symbolic-links",
    "postpack": "yarn docs:create-symbolic-links",
    "prepare": "yarn build",
    "docs:create-symbolic-links": "rm README.md CHANGELOG.md MIGRATION.md; ln -s ../../README.md ../../CHANGELOG.md ../../MIGRATION.md .",
    "docs:replace-symbolic-links": "rm README.md CHANGELOG.md MIGRATION.md; cp ../../README.md ../../CHANGELOG.md ../../MIGRATION.md ."
  },
  "cordova": {
    "id": "cordova-plugin-notificare",
    "platforms": [
      "android",
      "ios"
    ]
  },
  "engines": {
    "cordovaDependencies": {
      ">=3.0.0": {
        "cordova": ">= 9.0.0",
        "cordova-android": ">=8.0.0",
        "cordova-ios": ">=5.0.0"
      }
    }
  },
  "gitHead": "2c8a182b76349deee5e1d359cb38c4441390d243"
}
