-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.54 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "eslint-formatter-mo",
"description": "Good-lookin' ESLint formatter for delightful readability",
"version": "2.2.0",
"type": "module",
"exports": {
"import": "./lib/index.js",
"require": "./lib/index.cjs"
},
"files": [
"lib"
],
"scripts": {
"fixture": "eslint fixtures -f mo",
"lint": "eslint lib -f mo",
"lint:fix": "eslint lib -f mo --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fengzilong/eslint-formatter-mo.git"
},
"keywords": [
"eslint",
"eslint-formatter",
"eslintformatter",
"formatter",
"pretty",
"fancy",
"readability"
],
"author": "fengzilong",
"license": "MIT",
"bugs": {
"url": "https://github.com/fengzilong/eslint-formatter-mo/issues"
},
"homepage": "https://github.com/fengzilong/eslint-formatter-mo#readme",
"dependencies": {
"chalk": "^5.4.1",
"gradient-string": "^3.0.0",
"plur": "^5.1.0",
"string-width": "^7.2.0",
"terminal-link": "^3.0.0",
"shiki": "^1.26.1",
"@shikijs/themes": "^1.26.1",
"@shikijs/langs": "^1.26.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"eslint": "^9",
"eslint-config-mo": "^0.5.2",
"semantic-release": "^19.0.3",
"@eslint/js": "^9.17.0",
"typescript-eslint": "^8.19.0",
"eslint-plugin-import-x": "^4.6.1",
"globals": "^15.14.0",
"eslint-plugin-simple-import-sort": "^12.1.1"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}