{
  "name": "iv-analysis",
  "version": "0.4.0",
  "description": "Read different formats and unify the format",
  "main": "./lib/index.js",
  "module": "./lib-esm/index.js",
  "types": "./lib/index.d.ts",
  "keywords": [],
  "author": "Luc Patiny",
  "contributors": [
    "Miguel Angel Asencio Hurtado"
  ],
  "license": "MIT",
  "files": [
    "src",
    "lib",
    "lib-esm"
  ],
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheminfo/iv-analysis.git"
  },
  "bugs": {
    "url": "https://github.com/cheminfo/iv-analysis/issues"
  },
  "homepage": "https://github.com/cheminfo/iv-analysis#readme",
  "dependencies": {
    "base-analysis": "^0.4.0",
    "cheminfo-types": "^1.8.0",
    "ml-regression-simple-linear": "^3.0.1",
    "ml-savitzky-golay": "^5.0.0",
    "ndim-parser": "^0.5.1"
  },
  "devDependencies": {
    "@types/d3-scale": "^4.0.8",
    "@types/react": "^18.3.11"
  }
}
