{
  "name": "@jscpd/html-reporter",
  "version": "4.0.4",
  "description": "html reporter for jscpd",
  "keywords": [
    "jscpd",
    "cpd",
    "reporter",
    "jscpd-reporter"
  ],
  "author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>",
  "homepage": "https://github.com/kucherenko/jscpd#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./README.md": "./README.md"
  },
  "directories": {
    "src": "src",
    "test": "__tests__"
  },
  "files": [
    "dist",
    "public"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kucherenko/jscpd.git"
  },
  "bugs": {
    "url": "https://github.com/kucherenko/jscpd/issues"
  },
  "dependencies": {
    "colors": "1.4.0",
    "fs-extra": "^11.2.0",
    "pug": "^3.0.3"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.5.2",
    "@types/pug": "^2.0.10",
    "autoprefixer": "^10.4.23",
    "ncp": "^2.0.0",
    "nodemon": "^3.1.4",
    "tsup": "^8.2.4",
    "typescript": "^5.5.4",
    "vitest": "^2.0.5",
    "@jscpd/core": "4.0.4",
    "@jscpd/tsconfig": "5.0.4",
    "@jscpd/finder": "4.0.4"
  },
  "gitHead": "87a118f80343288c0099a4e3e47ccd875476bf6c",
  "scripts": {
    "build": "tsup-node --dts",
    "postbuild": "ncp ./src/templates ./dist/templates",
    "dev": "nodemon",
    "test:dev": "vitest",
    "typecheck": "tsc",
    "cleanup": "rimraf ./dist .turbo"
  }
}