-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
35 lines (35 loc) · 889 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
{
"name": "issue-labeler",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "ncc -m -o lib build src/main.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"types": "tsc --emitDeclarationOnly"
},
"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.10.0",
"@actions/github": "^5.1.1",
"js-yaml": "^4.1.0",
"minimatch": "^6.1.6"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.11.18",
"@vercel/ncc": "^0.36.1",
"typescript": "^4.9.4"
}
}