{
  "name": "linear-sum-assignment",
  "version": "1.0.9",
  "license": "MIT",
  "description": "it performs a linear sum assignment even if the cost matrix is rectangular.",
  "keywords": [],
  "author": "J Alejandro Bolanos A <jobo322>",
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "check-types": "tsc --noEmit",
    "clean": "rimraf coverage dist lib",
    "eslint": "eslint . --cache",
    "eslint-fix": "eslint . --cache --fix",
    "prepack": "npm run tsc",
    "prettier": "prettier --check .",
    "prettier-write": "prettier --write .",
    "test": "npm run test-only && npm run check-types && npm run eslint && npm run prettier",
    "test-only": "vitest run --coverage",
    "tsc": "npm run clean && npm run tsc-build",
    "tsc-build": "tsc --project tsconfig.build.json"
  },
  "dependencies": {
    "cheminfo-types": "^1.8.1",
    "ml-matrix": "^6.12.1",
    "ml-spectra-processing": "^14.18.0"
  },
  "devDependencies": {
    "@types/node": "^24.9.1",
    "@vitest/coverage-v8": "^3.2.4",
    "@zakodium/tsconfig": "^1.0.2",
    "eslint": "^8.57.0",
    "eslint-config-cheminfo-typescript": "^12.2.0",
    "jest-matcher-deep-close-to": "^3.0.2",
    "prettier": "^3.6.2",
    "rimraf": "^6.0.1",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mljs/linear-sum-assignment.git"
  },
  "bugs": {
    "url": "https://github.com/mljs/linear-sum-assignment/issues"
  },
  "homepage": "https://github.com/mljs/linear-sum-assignment#readme"
}
