-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 884 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 884 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
38
{
"private": true,
"name": "@spectrum-tools/gh-action-file-diff",
"version": "2.2.0",
"description": "A GitHub Action to compare asset sizes and generate a diff if changes are found.",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": ".github/actions/file-diff"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "index.js",
"files": [
"*.md",
"*.js",
"*.yml",
"package.json"
],
"dependencies": {
"@actions/artifact": "2.3.2",
"@actions/core": "3.0.0",
"@actions/github": "6.0.1",
"@actions/glob": "0.6.1",
"diff": "8.0.3",
"diff2html": "3.4.56"
},
"keywords": [
"Actions",
"CI",
"Diff",
"GitHub"
]
}