{
  "name": "clusternova",
  "version": "1.5.5",
  "description": "HDBSCAN clustering algorithm implementation in TypeScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/led101/clusternova.git"
  },
  "keywords": [
    "hdbscan",
    "dbscan",
    "clustering",
    "machine-learning",
    "javascript",
    "typescript",
    "nodejs",
    "data-science",
    "ml",
    "ai"
  ],
  "author": "Kevin Ma",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/led101/clusternova/issues"
  },
  "homepage": "https://github.com/led101/clusternova#readme"
}
