{
  "name": "@jigra/android",
  "version": "6.1.2",
  "description": "Jigra: Cross-platform apps with JavaScript and the web",
  "homepage": "https://jigrajs.web.app",
  "author": "Family Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/familyjs/jigra.git"
  },
  "bugs": {
    "url": "https://github.com/familyjs/jigra/issues"
  },
  "files": [
    "jigra/build.gradle",
    "jigra/lint-baseline.xml",
    "jigra/lint.xml",
    "jigra/proguard-rules.pro",
    "jigra/src/main/"
  ],
  "scripts": {
    "verify": "./gradlew clean lint build test -b jigra/build.gradle"
  },
  "peerDependencies": {
    "@jigra/core": "^6.1.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
