UNPKG

jscpd

Version:

detector of copy/paste in files

69 lines 1.71 kB
{ "name": "jscpd", "version": "4.0.7", "description": "detector of copy/paste in files", "author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>", "homepage": "https://github.com/kucherenko/jscpd#readme", "license": "MIT", "main": "dist/src/index.js", "module": "dist/src/index.mjs", "typings": "dist/src/index.d.mts", "exports": { ".": { "types": "./dist/src/index.d.mts", "import": "./dist/src/index.mjs", "require": "./dist/src/index.js" }, "./README.md": "./README.md" }, "bin": { "jscpd": "./bin/jscpd" }, "directories": { "lib": "src", "bin": "bin", "test": "__tests__" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kucherenko/jscpd.git" }, "dependencies": { "colors": "^1.4.0", "commander": "^5.0.0", "fs-extra": "^11.2.0", "gitignore-to-glob": "^0.3.0", "@jscpd/core": "4.0.3", "@jscpd/badge-reporter": "4.0.3", "@jscpd/finder": "4.0.3", "@jscpd/html-reporter": "4.0.3", "jscpd-sarif-reporter": "4.0.5", "@jscpd/tokenizer": "4.0.3" }, "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/fs-extra": "^11.0.4", "@types/node": "^24.10.0", "@vitest/coverage-v8": "^2.0.5", "nodemon": "^3.1.4", "ts-node": "^10.9.2", "tsup": "^8.2.4", "typescript": "^5.5.4", "vitest": "^2.0.5" }, "preferGlobal": true, "gitHead": "87a118f80343288c0099a4e3e47ccd875476bf6c", "scripts": { "build": "tsup-node --dts", "dev": "nodemon", "test": "vitest run", "typecheck": "tsc", "cleanup": "rimraf ./dist .turbo" } }