@ali-tas/htmldiff-js
Version:
JavaScript port of HtmlDiff.Net which is itself a C# port of HtmlDiff
53 lines • 1.23 kB
JSON
{
"name": "@ali-tas/htmldiff-js",
"type": "module",
"version": "2.0.1",
"description": "JavaScript port of HtmlDiff.Net which is itself a C# port of HtmlDiff",
"author": "Ali Tas",
"license": "ISC",
"homepage": "https://github.com/alitas/htmldiff-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/alitas/htmldiff-js.git"
},
"bugs": {
"url": "https://github.com/alitas/htmldiff-js/issues"
},
"keywords": [
"HtmlDiff",
"Html",
"Diff",
"Diff Algorithm",
"Diff Structured File"
],
"exports": {
"import": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tsconfig/strictest": "^2.0.5",
"@vitest/coverage-v8": "^2.1.4",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
},
"scripts": {
"build": "tsup",
"test": "vitest",
"cover": "vitest --coverage",
"check": "biome check . && tsc"
}
}