{
  "name": "instabug-cordova",
  "description": "Cordova plugin for integrating the Instabug SDK.",
  "version": "15.1.2",
  "author": "Instabug (https://instabug.com)",
  "repository": "github:Instabug/Instabug-Cordova",
  "homepage": "https://www.instabug.com/platforms/cordova",
  "bugs": "https://github.com/Instabug/Instabug-Cordova/issues",
  "license": "Apache 2.0 License",
  "main": "www/index.js",
  "types": "www/index.d.ts",
  "keywords": [
    "ecosystem:cordova",
    "cordova",
    "cordova-android",
    "cordova-ios",
    "instabug",
    "debugging",
    "errors",
    "exceptions",
    "logging"
  ],
  "scripts": {
    "build": "tsc",
    "prepack": "yarn build"
  },
  "devDependencies": {
    "@types/cordova": "^0.0.34",
    "typescript": "^4.8.2"
  }
}
