iosWebViewFix/package.json

30 lines
1.0 KiB
JSON
Raw Normal View History

{
"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": "npm run build && flutter pub publish --dry-run",
2022-10-11 14:19:36 +00:00
"publish": "npm run build && flutter pub publish",
2023-05-15 12:46:00 +00:00
"format": "dart format lib example/integration_test",
"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"
}