UNPKG

jscpd

Version:

detector of copy/paste in files

67 lines 1.61 kB
{ "name": "jscpd", "version": "4.0.5", "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/jscpd.js", "module": "dist/jscpd.mjs", "typings": "dist/jscpd.d.mts", "exports": { ".": { "types": "./dist/jscpd.d.ts", "import": "./dist/jscpd.mjs", "require": "./dist/jscpd.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/html-reporter": "4.0.1", "@jscpd/finder": "4.0.1", "jscpd-sarif-reporter": "4.0.3", "@jscpd/core": "4.0.1", "@jscpd/tokenizer": "4.0.1" }, "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/fs-extra": "^11.0.4", "@vitest/coverage-v8": "^1.6.0", "nodemon": "^3.1.4", "ts-node": "^10.9.2", "tsup": "^8.0.2", "typescript": "^5.5.2", "vitest": "^1.6.0" }, "preferGlobal": true, "gitHead": "87a118f80343288c0099a4e3e47ccd875476bf6c", "scripts": { "build": "tsup-node --dts", "dev": "nodemon", "test": "vitest run", "typecheck": "tsc", "cleanup": "rimraf ./dist .turbo" } }