{
  "name": "spectral-clustering-js",
  "version": "1.0.0",
  "description": "Spectral clustering package for TypeScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "typescript",
    "clustering",
    "spectral",
    "unsupervised learning",
    "machine learing",
    "ai",
    "artificial intelligence",
    "in-browser"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "postinstall": "tsc",
    "linter": "npx eslint . --ext .js,.jsx,.ts,.tsx"
  },
  "prepublish": "tsc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/khayyam90/spectral-clustering-js.git"
  },
  "author": "Pierre SCHWARTZ",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/khayyam90/spectral-clustering-js/issues"
  },
  "homepage": "https://github.com/khayyam90/spectral-clustering-js#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.14.1",
    "@typescript-eslint/parser": "^4.14.1",
    "eslint": "^7.18.0",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "ml-matrix": "*"
  },
  "engines": {
    "node": ">=14.10",
    "npm": ">=6.14.8"
  }
}
