-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1010 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
42
{
"name": "textdiff-patch",
"version": "1.1.10",
"description": "Apply lean text diff delta patches created by textdiff-create.",
"main": "index.js",
"scripts": {
"test": "vitest --run"
},
"repository": {
"type": "git",
"url": "git://github.com/icflorescu/textdiff-patch.git"
},
"keywords": [
"diff",
"text",
"string",
"patch",
"lean"
],
"author": {
"name": "Ionut-Cristian Florescu",
"email": "[email protected]",
"url": "https://github.com/icflorescu"
},
"license": "ISC",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/icflorescu"
},
"bugs": {
"url": "https://github.com/icflorescu/textdiff-patch/issues"
},
"homepage": "https://github.com/icflorescu/textdiff-patch#readme",
"devDependencies": {
"@types/node": "^20.12.7",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"vitest": "^1.5.0"
}
}