-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 883 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
29
30
31
32
33
34
35
36
37
{
"name": "delete-artifact",
"description": "Deletes artifacts from a workflow run",
"version": "6.0.0",
"main": "src/index.ts",
"type": "module",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"build": "ncc build",
"watch": "ncc build -w"
},
"keywords": [
"github",
"github-actions",
"delete-artifact",
"artifact"
],
"author": "GeekyEggo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/geekyeggo/delete-artifact"
},
"dependencies": {
"@actions/artifact": "^6.2.1",
"@actions/core": "^3.0.0",
"@actions/github": "^9.0.0",
"minimatch": "^10.2.4"
},
"devDependencies": {
"@types/node": "^25.4.0",
"@vercel/ncc": "^0.38.4",
"typescript": "^5.4.5"
}
}