diffable-html
Version:
Opinionated HTML formatter focused towards making HTML diffs readable.
56 lines (55 loc) • 1.46 kB
JSON
{
"name": "diffable-html",
"version": "6.0.1",
"description": "Opinionated HTML formatter focused towards making HTML diffs readable.",
"main": "dist/diffable-html.js",
"author": "Raymond RUTJES <raymond.rutjes@gmail.com> (https://github.com/rayrutjes/)",
"license": "MIT",
"scripts": {
"build": "rollup --config",
"build:watch": "rollup --config --watch",
"test": "jest --verbose",
"changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
"changelog:unreleased": "conventional-changelog --preset angular --output-unreleased",
"prepack": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rayrutjes/diffable-html.git"
},
"keywords": [
"html",
"formatter",
"diff",
"diffable",
"jest",
"snapshot",
"serializer",
"snapshotSerializer",
"string",
"vue",
"vue.js",
"test",
"beautifier",
"js-beautify"
],
"bugs": {
"url": "https://github.com/rayrutjes/diffable-html/issues"
},
"homepage": "https://github.com/rayrutjes/diffable-html#readme",
"dependencies": {
"htmlparser2": "^5.0.1"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-es2015": "^6.24.1",
"conventional-changelog-cli": "^1.3.5",
"jest": "^19.0.2",
"rollup": "^0.41.6",
"rollup-plugin-buble": "^0.15.0",
"rollup-watch": "^3.2.2"
}
}