forked from Klemensas/action-autotag
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 849 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
34
35
36
37
{
"name": "fluttertag",
"version": "2.0.3",
"description": "Automatically create a tag whenever the version changes in pubspec.yaml",
"main": "src/main.js",
"directories": {
"lib": "src"
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^2.1.0",
"core-util-is": "^1.0.2",
"js-yaml": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacopo1395/action-autotag.git"
},
"keywords": [
"auto",
"tag",
"flutter",
"autotag",
"repo",
"dart",
"version"
],
"author": "Jacopo Carlini",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacopo1395/action-autotag/issues"
},
"homepage": "https://github.com/jacopo1395/action-autotag#readme"
}