UNPKG

@eklmv/jscpd-sarif-reporter

Version:

Reporter for jscpd. Generate a report in SARIF format (https://github.com/oasis-tcs/sarif-spec).

67 lines 1.6 kB
{ "name": "@eklmv/jscpd-sarif-reporter", "version": "4.0.3", "private": false, "description": "Reporter for jscpd. Generate a report in SARIF format (https://github.com/oasis-tcs/sarif-spec).", "keywords": [ "@eklmv/jscpd", "cpd", "reporter", "jscpd-reporter", "sarif" ], "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" }, "publishConfig": { "access": "public" }, "directories": { "src": "src", "test": "__tests__" }, "files": [ "dist" ], "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", "node-sarif-builder": "^3.1.0" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^22.5.2", "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" }, "scripts": { "build": "tsup-node --dts", "dev": "nodemon", "test:dev": "vitest", "typecheck": "tsc", "cleanup": "rimraf ./dist .turbo" } }