2022-10-05 11:13:20 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-12-03 14:58:12 +00:00
|
|
|
"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"
|
2022-10-05 11:13:20 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|