{
  "name": "@jscpd/core",
  "version": "4.0.4",
  "description": "core functionality of copy/paste detector for jscpd",
  "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": {
    "lib": "dist",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kucherenko/jscpd.git"
  },
  "bugs": {
    "url": "https://github.com/kucherenko/jscpd/issues"
  },
  "dependencies": {
    "eventemitter3": "^5.0.1"
  },
  "gitHead": "beaae8ee77d5c7f41d2a0c65187887bd0dc87148",
  "devDependencies": {
    "@types/node": "^22.5.2",
    "nodemon": "^3.1.4",
    "tsup": "^8.2.4",
    "vitest": "^2.0.5",
    "@jscpd/tsconfig": "5.0.4"
  },
  "scripts": {
    "build": "tsup-node --dts",
    "dev": "nodemon",
    "test:dev": "vitest",
    "typecheck": "tsc",
    "cleanup": "rimraf ./dist .turbo"
  }
}