{
  "name": "spectra-processor",
  "version": "5.0.0",
  "description": "",
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "npm run tsc && cheminfo-build --entry lib/index.js -r SpectraProcessor",
    "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": "git+https://github.com/cheminfo/spectra-processor.git"
  },
  "keywords": [],
  "author": "Luc Patiny",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cheminfo/spectra-processor/issues"
  },
  "homepage": "https://github.com/cheminfo/spectra-processor#readme",
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.27.1",
    "@types/chroma-js": "^3.1.2",
    "@types/node": "^25.0.5",
    "@types/object-hash": "^3.0.6",
    "@vitest/coverage-v8": "^4.0.16",
    "@zakodium/tsconfig": "^1.0.2",
    "cheminfo-build": "^1.3.2",
    "cheminfo-types": "^1.10.0",
    "codecov": "^3.8.3",
    "eslint": "^9.39.2",
    "eslint-config-cheminfo-typescript": "^21.0.1",
    "jest-matcher-deep-close-to": "^3.0.2",
    "prettier": "^3.7.4",
    "rimraf": "^6.1.2",
    "vitest": "^4.0.16"
  },
  "dependencies": {
    "chroma-js": "^3.2.0",
    "is-any-array": "^2.0.1",
    "jcampconverter": "^12.1.0",
    "ml-matrix": "^6.12.1",
    "ml-pca": "^4.1.1",
    "ml-signal-processing": "^2.2.0",
    "ml-spectra-processing": "^14.19.0",
    "object-hash": "^3.0.0",
    "xy-parser": "^5.0.5"
  }
}
