{
  "name": "physical-chemistry-parser",
  "version": "4.0.0",
  "description": "Various parsers",
  "type": "module",
  "exports": {
    ".": "./src/index.js"
  },
  "files": [
    "src"
  ],
  "scripts": {
    "build": "cheminfo-build --entry src/index.js --root PhysicalParser",
    "eslint": "eslint src",
    "eslint-fix": "npm run eslint -- --fix",
    "prettier": "prettier --check src",
    "prettier-write": "prettier --write src",
    "test": "npm run test-only && npm run eslint && npm run prettier",
    "test-only": "vitest run --coverage"
  },
  "keywords": [],
  "author": "Luc Patiny",
  "license": "MIT",
  "dependencies": {
    "ensure-string": "^2.0.0",
    "fast-xml-parser": "^5.5.9",
    "value-units": "^0.2.0",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.2",
    "cheminfo-build": "^1.3.2",
    "convert-to-jcamp": "^6.0.0",
    "eslint": "^9.23.0",
    "eslint-config-cheminfo": "^17.1.0",
    "jest-matcher-deep-close-to": "^3.0.2",
    "prettier": "^3.8.1",
    "vitest": "^4.1.2"
  }
}
