{
  "name": "common-spectrum",
  "version": "4.0.1",
  "license": "MIT",
  "description": "Common package to deal with spectra",
  "keywords": [],
  "author": "Luc Patiny",
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "npm run tsc && cheminfo-build --entry lib/index.js -r CommonSpectrum",
    "check-types": "tsc --noEmit",
    "clean": "rimraf coverage lib",
    "eslint": "eslint .",
    "eslint-fix": "eslint . --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.15.0",
    "convert-to-jcamp": "^7.0.0",
    "is-any-array": "^3.0.0",
    "jcampconverter": "^12.3.3",
    "js-quantities": "^1.8.0",
    "ml-gsd": "^14.1.0",
    "ml-peak-shape-generator": "^5.1.0",
    "ml-signal-processing": "^2.2.1",
    "ml-spectra-fitting": "^6.1.0",
    "ml-spectra-processing": "^14.29.0",
    "react-plot": "^3.1.2",
    "xy-parser": "^6.0.1"
  },
  "devDependencies": {
    "@types/js-quantities": "^1.6.6",
    "@types/node": "^25.9.3",
    "@vitest/coverage-v8": "^4.1.9",
    "@zakodium/tsconfig": "^1.0.5",
    "cheminfo-build": "^1.3.2",
    "eslint": "^9.39.3",
    "eslint-config-cheminfo-typescript": "^22.1.0",
    "jest-matcher-deep-close-to": "^3.0.2",
    "prettier": "^3.8.4",
    "rimraf": "^6.1.3",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheminfo/common-spectrum.git"
  },
  "bugs": {
    "url": "https://github.com/cheminfo/common-spectrum/issues"
  },
  "homepage": "https://github.com/cheminfo/common-spectrum#readme"
}
