{
  "name": "ml-peak-shape-generator",
  "version": "5.2.0",
  "description": "Generate various peak shapes",
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "keywords": [
    "gaussian",
    "shape",
    "generator",
    "lorentzian",
    "gaussian 2D"
  ],
  "author": "Luc Patiny",
  "contributors": [
    "J. Alejandro Bolaños A. <jobo322>"
  ],
  "license": "MIT",
  "files": [
    "src",
    "lib"
  ],
  "scripts": {
    "check-types": "tsc --noEmit",
    "clean": "rimraf coverage lib",
    "eslint": "eslint src",
    "eslint-fix": "eslint src --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/mljs/peak-shape-generator.git"
  },
  "bugs": {
    "url": "https://github.com/mljs/peak-shape-generator/issues"
  },
  "homepage": "https://github.com/mljs/peak-shape-generator#readme",
  "dependencies": {
    "cheminfo-types": "^1.15.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.29",
    "@vitest/coverage-v8": "^3.2.3",
    "@zakodium/tsconfig": "^1.0.5",
    "compute-erfinv": "^3.0.1",
    "eslint": "^9.28.0",
    "eslint-config-cheminfo-typescript": "^22.0.0",
    "prettier": "^3.5.3",
    "rimraf": "^6.0.1",
    "typescript": "^6.0.3",
    "vitest": "^3.2.3"
  }
}
