forked from pichillilorenzo/flutter_inappwebview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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",
"publish": "npm run build && flutter pub publish",
"format": "flutter 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"
}