{
  "name": "flutter_inappwebview",
  "version": "1.0.0",
  "directories": {
    "example": "example",
    "lib": "lib",
    "test": "test"
  },
  "private": true,
  "scripts": {
    "build": "flutter pub run build_runner build --delete-conflicting-outputs",
    "watch": "flutter pub run build_runner watch --delete-conflicting-outputs",
    "publish:dry": "flutter pub publish --dry-run",
    "publish": "flutter pub publish",
    "format": "dart format lib example/integration_test flutter_inappwebview_platform_interface/lib flutter_inappwebview_android/lib",
    "build:publish": "npm run format && npm run build && flutter pub publish",
    "docs:gen": "flutter pub global activate dartdoc && flutter pub global run dartdoc:dartdoc",
    "docs:serve": "flutter pub global activate dhttpd && flutter pub global run dhttpd:dhttpd --path doc/api"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pichillilorenzo/flutter_inappwebview.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/pichillilorenzo/flutter_inappwebview/issues"
  },
  "homepage": "https://github.com/pichillilorenzo/flutter_inappwebview#readme"
}