-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 850 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
{
"name": "string-diff-viewer",
"version": "0.3.7",
"description": "diff two string",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"type": "module",
"files": [
"lib",
"index.d.ts"
],
"scripts": {
"lint": "eslint . -f mo"
},
"keywords": [],
"author": "fengzilong",
"license": "MIT",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-mo": "^0.5.3",
"eslint-formatter-mo": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/fengzilong/diff-view.git"
},
"bugs": {
"url": "https://github.com/fengzilong/diff-view/issues"
},
"homepage": "https://github.com/fengzilong/diff-view#readme",
"dependencies": {
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"git-split-diffs-api": "^0.2.4",
"tempy": "^1.0.1"
}
}