generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 964 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
35
{
"name": "action-report-android-lint",
"version": "1.2.0",
"description": "A GitHub Action to check and report the results of Android Lint in Job Summaries",
"main": "src/index.js",
"scripts": {
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hidakatsuya/action-report-android-lint.git"
},
"keywords": [
"GitHub",
"Actions",
"Android"
],
"author": "hidakatsuya",
"license": "MIT",
"bugs": {
"url": "https://github.com/hidakatsuya/action-report-android-lint/issues"
},
"homepage": "https://github.com/hidakatsuya/action-report-android-lint#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/glob": "^0.5.0",
"array.prototype.group": "^1.1.3",
"fast-xml-parser": "^4.5.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0"
}
}