-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
33 lines (33 loc) · 930 Bytes
/
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
30
31
32
33
{
"name": "fastlane-plugin-flutter_version",
"version": "1.1.15",
"description": "TBH this is only for releasing the package...",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "example",
"lib": "lib"
},
"scripts": {
"release": "semantic-release",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tianhaoz95/fastlane-plugin-flutter_version.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues"
},
"homepage": "https://github.com/tianhaoz95/fastlane-plugin-flutter_version#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"prettier": "^2.8.8",
"semantic-release": "^21.0.3",
"semantic-release-rubygem": "^1.2.0"
}
}