{
  "name": "@x-oasis/html-fragment-diff",
  "version": "0.14.0",
  "description": "Parse and compare HTML fragments to detect class changes and text changes",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/html-fragment-diff.esm.js",
  "publishConfig": {
    "access": "public"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "tsdx": "^0.14.1"
  },
  "dependencies": {
    "parse5": "^7.1.2"
  },
  "scripts": {
    "build": "tsdx build --tsconfig tsconfig.build.json",
    "clean": "rimraf ./dist",
    "test": "vitest",
    "compile": "tsc -p tsconfig.build.json",
    "prepublish": "npm run build"
  }
}