{
  "name": "@opensip-cli/clone-detection",
  "version": "0.8.5",
  "license": "Apache-2.0",
  "description": "Shared function-body clone-detection substrate for OpenSIP CLI — hash/MinHash primitives + duplicate/near-duplicate algorithms over a tool-neutral candidate type",
  "keywords": [
    "opensip-cli",
    "static-analysis",
    "code-quality"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/opensip-ai/opensip-cli.git",
    "directory": "packages/clone-detection"
  },
  "homepage": "https://github.com/opensip-ai/opensip-cli",
  "bugs": {
    "url": "https://github.com/opensip-ai/opensip-cli/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "NOTICE"
  ],
  "devDependencies": {
    "@types/node": "^24.13.3",
    "typescript": "~6.0.3",
    "vitest": "^4.1.10"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  }
}