-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 906 Bytes
/
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
{
"name": "eslint-dashboard",
"version": "0.1.1",
"description": "diff two string",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"bin": {
"eslint-dashboard": "bin/cli.js"
},
"scripts": {
"lint": "eslint . -f mo"
},
"keywords": [],
"author": "fengzilong",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fengzilong/diff-view.git"
},
"bugs": {
"url": "https://github.com/fengzilong/diff-view/issues"
},
"homepage": "https://github.com/fengzilong/diff-view#readme",
"dependencies": {
"blessed": "^0.1.81",
"eslint-formatter-mo": "^1.0.1",
"import-cwd": "^3.0.0",
"log-horizon": "^0.1.2",
"plur": "^4.0.0",
"semver": "^7.3.5"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-mo": "^0.5.3"
},
"peerDependencies": {
"eslint": ">= 7.0"
}
}