{
  "name": "ml-airpls",
  "version": "2.2.0",
  "description": "Baseline correction using adaptive iteratively reweighted penalized least",
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "npm run tsc && cheminfo-build --entry lib/index.js --root AirPLS",
    "check-types": "tsc --noEmit",
    "clean": "rimraf coverage lib",
    "eslint": "eslint src",
    "eslint-fix": "npm run eslint -- --fix",
    "prepack": "npm run tsc",
    "prettier": "prettier --check src",
    "prettier-write": "prettier --write src",
    "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"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mljs/airpls.git"
  },
  "keywords": [
    "baseline",
    "correction"
  ],
  "author": "Jose Alejandro Bolanos Arroyave (jobo322)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mljs/airpls/issues"
  },
  "homepage": "https://github.com/mljs/airpls#readme",
  "dependencies": {
    "cheminfo-types": "^1.14.0",
    "cuthill-mckee": "^1.0.0",
    "ml-spectra-processing": "^14.26.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^4.0.18",
    "@zakodium/tsconfig": "^1.0.0",
    "cheminfo-build": "^1.3.2",
    "eslint": "^9.22.0",
    "eslint-config-cheminfo-typescript": "^21.0.0",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.0",
    "spectrum-generator": "^8.1.1",
    "typescript": "^5.9.0",
    "vitest": "^4.0.18"
  }
}
