-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 812 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 812 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
{
"name": "errorformat-playground",
"version": "1.0.0",
"description": "Playground of [errorformat](https://github.com/reviewdog/errorformat) :arrow_forward:",
"main": "main.js",
"dependencies": {},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",
"stylelint": "^16.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^36.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reviewdog/errorformat-playground.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/reviewdog/errorformat-playground/issues"
},
"homepage": "https://github.com/reviewdog/errorformat-playground#readme"
}