{
  "name": "ipssm",
  "version": "1.0.4",
  "description": "Javascript Package for the Molecular International Prognostic Scoring System (IPSS-M) for Myelodysplastic Syndromes.",
  "main": "index.js",
  "type": "module",
  "bin": {
    "ipssm": "./bin/cli.js"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/papaemmelab/ipssm-js.git"
  },
  "keywords": [
    "ipssm",
    "mds",
    "javascript",
    "api"
  ],
  "author": "Juan E. Arango Ossa, Elsa Bernard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/papaemmelab/ipssm-js/issues"
  },
  "homepage": "https://github.com/papaemmelab/ipssm-js#readme",
  "devDependencies": {
    "vitest": "^0.34.4"
  },
  "dependencies": {
    "exceljs": "^4.3.0",
    "papaparse": "^5.4.1",
    "yargs": "^17.7.2"
  }
}
