@eklmv/jscpd-html-reporter
Version:
html reporter for jscpd
71 lines • 1.69 kB
JSON
{
"name": "@eklmv/jscpd-html-reporter",
"version": "4.0.1",
"description": "html reporter for jscpd",
"keywords": [
"@eklmv/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/eklmv/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.20",
"ncp": "^2.0.0",
"nodemon": "^3.1.4",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"@eklmv/jscpd-finder": "4.0.1",
"@eklmv/jscpd-tsconfig": "5.0.1",
"@eklmv/jscpd-core": "4.0.1"
},
"gitHead": "87a118f80343288c0099a4e3e47ccd875476bf6c",
"scripts": {
"build": "tsup-node --dts",
"postbuild": "ncp ./src/templates ./dist/templates",
"dev": "nodemon",
"test:dev": "vitest",
"typecheck": "tsc",
"cleanup": "rimraf ./dist .turbo"
}
}