-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.09 KB
/
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
{
"name": "base-release-action",
"version": "1.5.1",
"description": "An action to create incremented releases in a similar style to Jenkins",
"repository": "https://github.com/Kas-tle/base-release-action.git",
"author": "Joshua Castle <packages@kastle.dev>",
"license": " AGPL-3.0-only",
"exports": {
".": "./dist/index.js"
},
"engines": {
"node": ">=20"
},
"scripts": {
"package": "ncc build index.ts --license licenses.txt",
"package:watch": "npm run package -- --watch"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/auth-app": "7.1.1",
"@octokit/core": "6.1.2",
"@octokit/plugin-rest-endpoint-methods": "13.2.6",
"@vermaysha/discord-webhook": "^1.4.0",
"glob": "^11.0.0",
"markdown-escape": "^2.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/markdown-escape": "^1.1.1",
"@types/node": "22.7.5",
"@vercel/ncc": "^0.38.0",
"js-yaml": "^4.1.0",
"typescript": "^5.2.2"
},
"type": "module"
}