-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 921 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 921 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
{
"name": "eslint-formatter-github-annotations",
"version": "0.1.0",
"description": "An ESLint formatter to report as GitHub Checks annotations",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ableco/eslint-formatter-github-annotations.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"index.js",
"LICENSE",
"README.md"
],
"keywords": [
"eslint",
"eslint-formatter",
"eslintformatter",
"github-actions"
],
"author": "engineering@able.co",
"license": "MIT",
"bugs": {
"url": "https://github.com/ableco/eslint-formatter-github-annotations/issues"
},
"homepage": "https://github.com/ableco/eslint-formatter-github-annotations#readme",
"devDependencies": {
"eslint": "^8.0.0",
"mocha": "^10.0.0",
"prettier": "^2.3.2"
}
}