{
  "name": "spectrum-generator",
  "version": "8.1.1",
  "description": "generate a spectrum from discrete peaks",
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "keywords": [],
  "author": "Luc Patiny",
  "contributors": [
    "Michaël Zasso",
    "Océane Patiny",
    "J. Alejandro Bolaños A."
  ],
  "license": "MIT",
  "files": [
    "src",
    "lib",
    "lib-esm"
  ],
  "scripts": {
    "check-types": "tsc --noEmit",
    "clean": "rimraf lib lib-esm",
    "build": "npm run tsc && cheminfo-build",
    "eslint": "eslint src --cache",
    "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/spectrum-generator.git"
  },
  "bugs": {
    "url": "https://github.com/cheminfo/spectrum-generator/issues"
  },
  "homepage": "https://github.com/cheminfo/spectrum-generator#readme",
  "devDependencies": {
    "@types/d3-random": "^3.0.3",
    "@types/node": "^24.3.0",
    "@vitest/coverage-v8": "^3.0.9",
    "@zakodium/tsconfig": "^1.0.2",
    "cheminfo-build": "^1.2.1",
    "cheminfo-types": "^1.8.1",
    "eslint": "^9.23.0",
    "eslint-config-cheminfo-typescript": "^18.0.1",
    "jest-matcher-deep-close-to": "^3.0.2",
    "ml-savitzky-golay-generalized": "^4.2.0",
    "prettier": "^3.5.3",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.3.0",
    "typescript": "^5.9.2",
    "vitest": "^3.0.9"
  },
  "dependencies": {
    "ml-peak-shape-generator": "^4.1.4",
    "ml-spectra-processing": "^14.10.0"
  }
}
