-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.12 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "eslint-formatter-mo",
"description": "Good-lookin' ESLint formatter for delightful readability",
"version": "1.2.0",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"fixture": "eslint fixtures -f ./",
"lint": "eslint lib -f ./"
},
"eslintConfig": {
"extends": "mo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fengzilong/eslint-formatter-mo.git"
},
"keywords": [
"eslint",
"eslint-formatter",
"eslintformatter",
"formatter",
"pretty",
"fancy",
"readability"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fengzilong/eslint-formatter-mo/issues"
},
"homepage": "https://github.com/fengzilong/eslint-formatter-mo#readme",
"dependencies": {
"chalk": "^3.0.0",
"emphasize": "^4.2.0",
"gradient-string": "^1.2.0",
"plur": "^4.0.0",
"string-width": "^4.2.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"eslint": "^8.1.0",
"eslint-config-mo": "^0.5.2",
"semantic-release": "^17.0.4"
}
}