{
  "name": "vue3-snapshot-serializer",
  "type": "module",
  "version": "2.13.3",
  "description": "Vitest snapshot serializer for Vue 3 components",
  "main": "index.js",
  "scripts": {
    "lint": "eslint *.js src tests",
    "fix": "npm run lint -- --fix",
    "test": "vitest --coverage",
    "unit": "vitest --run",
    "coverage": "cd tests && cd unit && cd coverage && node ../../../node_modules/npm-free-server/dist/server.js",
    "outdated": "npx --yes -- check-outdated --columns package,current,wanted,latest --types major,minor,patch",
    "proto": "proto pin node latest --resolve --tool-native && proto pin npm latest --resolve --tool-native",
    "bump": "npx --yes -- @jsdevtools/version-bump-prompt@latest && npm i",
    "debug": "vitest --inspect-brk --no-file-parallelism -t \"Renders\" \"testingLibrary\""
  },
  "dependencies": {
    "cheerio": "^1.2.0",
    "htmlparser2": "^12.0.0",
    "js-beautify": "^1.15.4"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@stylistic/eslint-plugin": "^5.9.0",
    "@testing-library/user-event": "^14.6.1",
    "@testing-library/vue": "^8.1.0",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vitest/coverage-v8": "^4.1.8",
    "@vue/test-utils": "^2.4.10",
    "eslint": "^10.4.1",
    "eslint-config-tjw-base": "^5.0.0",
    "eslint-config-tjw-jest": "^4.0.0",
    "eslint-config-tjw-jsdoc": "^2.0.1",
    "eslint-plugin-jest": "^29.15.2",
    "eslint-plugin-jsdoc": "^63.0.1",
    "globals": "^17.6.0",
    "happy-dom": "^20.9.0",
    "npm-free-server": "^1.1.0",
    "vitest": "^4.1.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tjw-lint/vue3-snapshot-serializer.git"
  },
  "keywords": [
    "vue",
    "vue3",
    "vitest",
    "jest",
    "serializer",
    "snapshots",
    "unit",
    "testing",
    "unit",
    "lint"
  ],
  "author": "The Jared Wilcurt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tjw-lint/vue3-snapshot-serializer/issues"
  },
  "homepage": "https://github.com/tjw-lint/vue3-snapshot-serializer#readme",
  "devEngines": {
    "runtime": {
      "name": "node",
      "version": "26.3.0"
    },
    "packageManager": {
      "name": "npm",
      "version": "11.16.0"
    }
  }
}
