-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1012 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1012 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
{
"name": "attachmentav-github-action-malware-antivirus-scan",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/widdix/attachmentav-github-action-malware-antivirus-scan#readme",
"bugs": {
"url": "https://github.com/widdix/attachmentav-github-action-malware-antivirus-scan/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/widdix/attachmentav-github-action-malware-antivirus-scan.git"
},
"license": "MIT",
"author": "Sebastian Hesse <sebastian@sh-cloud.software>",
"type": "commonjs",
"main": "src/index.ts",
"scripts": {
"build": "rollup --config rollup.config.mjs"
},
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/github": "^9.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@types/node": "^25.2.0",
"rollup": "^4.57.1",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
}
}