-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
31 lines (31 loc) · 1.09 KB
/
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": "action-eslint",
"version": "1.0.0",
"description": "[![Docker Image CI](https://github.com/reviewdog/action-eslint/workflows/Docker%20Image%20CI/badge.svg)](https://github.com/reviewdog/action-eslint/actions) [![Release](https://img.shields.io/github/release/reviewdog/action-eslint.svg?maxAge=43200)](https://github.com/reviewdog/action-eslint/releases)",
"main": "index.js",
"dependencies": {
},
"devDependencies": {
"eslint": "^8.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-formatter-rdjson": "file:eslint-formatter-rdjson",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reviewdog/action-eslint.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/reviewdog/action-eslint/issues"
},
"homepage": "https://github.com/reviewdog/action-eslint#readme"
}