-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 628 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "google_api_headers",
"version": "5.2.0",
"description": "A Flutter plugin for getting the headers required to call Google APIs with an app restricted API key",
"main": "index.js",
"repository": "https://github.com/zeshuaro/google_api_headers.git",
"author": "Joshua Tang <[email protected]>",
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"conventional-changelog-conventionalcommits": "9.3.1",
"semantic-release": "25.0.3",
"semantic-release-pub": "0.11.13",
"semantic-release-replace-plugin": "1.2.7"
}
}