-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 815 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
{
"name": "gh-problem-matcher-wrap",
"version": "3.0.0",
"description": "Problem Matcher wrapper (linter errors as annotations even for fork PRs)",
"main": "index.js",
"scripts": {
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liskin/gh-problem-matcher-wrap.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
],
"author": "Tomáš Janoušek",
"license": "MIT",
"bugs": {
"url": "https://github.com/liskin/gh-problem-matcher-wrap/issues"
},
"homepage": "https://github.com/liskin/gh-problem-matcher-wrap#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.38.2"
}
}