{
  "name": "es-html-parser",
  "version": "0.3.1",
  "main": "dist/index.js",
  "license": "MIT",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --coverage",
    "format": "prettier --write .",
    "build": "rimraf dist && tsc -b tsconfig.build.json",
    "check:lint": "eslint src",
    "check:ts": "tsc --noEmit",
    "check:format": "prettier . --check",
    "prepublish": "yarn check:lint && yarn check:ts && yarn check:format && yarn build"
  },
  "devDependencies": {
    "@types/jest": "^28.1.7",
    "@typescript-eslint/eslint-plugin": "^6.1.0",
    "@typescript-eslint/parser": "^6.1.0",
    "eslint": "^8.23.0",
    "jest": "^29.6.1",
    "jest-file-snapshot": "0.7.0",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.1.1",
    "typescript": "^5.6.3"
  },
  "files": [
    "README.md",
    "LICENSE.md",
    "dist"
  ],
  "packageManager": "yarn@4.0.2"
}
