feat(smartdiff): Migrate package to ESM, replace fast-diff with and add rich diff APIs + formatters
This commit is contained in:
24
package.json
24
package.json
@@ -3,25 +3,22 @@
|
||||
"version": "1.0.3",
|
||||
"private": false,
|
||||
"description": "A library for performing text diffs.",
|
||||
"type": "module",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
"author": "Task Venture Capital GmbH",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"test": "(tstest test/ --verbose)",
|
||||
"build": "(tsbuild --web)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.25",
|
||||
"@gitzone/tsbundle": "^1.0.78",
|
||||
"@gitzone/tstest": "^1.0.44",
|
||||
"@pushrocks/tapbundle": "^3.2.9",
|
||||
"@types/node": "^14.11.2",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-config-prettier": "^1.15.0"
|
||||
"@git.zone/tsbuild": "^4.0.2",
|
||||
"@git.zone/tstest": "^3.1.3",
|
||||
"@types/node": "^22.15.21"
|
||||
},
|
||||
"dependencies": {
|
||||
"fast-diff": "^1.2.0"
|
||||
"diff": "^8.0.2"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
@@ -45,7 +42,12 @@
|
||||
"typescript",
|
||||
"npm package",
|
||||
"text comparison",
|
||||
"text diff"
|
||||
"text diff",
|
||||
"visualization",
|
||||
"cli",
|
||||
"html",
|
||||
"line diff",
|
||||
"word diff"
|
||||
],
|
||||
"homepage": "https://code.foss.global/push.rocks/smartdiff",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user