forked from github/issue-labeler
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 682 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 682 Bytes
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
{
"name": "issue-labeler",
"version": "1.0.0",
"description": "",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github/issue-labeler.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/github/issue-labeler/issues"
},
"homepage": "https://github.com/github/issue-labeler#readme",
"dependencies": {
"@actions/core": "^1.2.1",
"@actions/github": "^2.0.1",
"@types/js-yaml": "^3.12.1",
"@types/minimatch": "^3.0.3",
"js-yaml": "^3.13.1",
"minimatch": "^3.0.4"
}
}