-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 904 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
{
"name": "auto-label",
"version": "7.0.0",
"description": "Automatically Apply Labels on Issues and PRs using Octokit API.",
"main": "index.ts",
"scripts": {
"build": "esbuild index.ts --bundle --outfile=dist/index.js --platform=node --sourcemap --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/offensive-vk/auto-label.git"
},
"author": "Vedansh",
"license": "MIT",
"bugs": {
"url": "https://github.com/offensive-vk/auto-label/issues"
},
"homepage": "https://github.com/offensive-vk/auto-label#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/rest": "^21.0.2",
"js-yaml": "^4.1.0",
"minimatch": "^10.0.1",
"override.ps1": "^4.0.0",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.7.4",
"esbuild": "^0.23.1"
}
}