{
  "name": "jcampconverter",
  "version": "12.5.0",
  "description": "Parse and convert JCAMP-DX data",
  "license": "CC-BY-NC-SA-4.0",
  "type": "module",
  "keywords": [
    "jcamp",
    "converter"
  ],
  "exports": {
    ".": {
      "nmrium-internal": "./src/index.ts",
      "default": "./dist/jcampconverter.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "benchmark": "node benchmark/benchmark.js",
    "build": "tsc --project tsconfig.cheminfo-build.json && cheminfo-build --entry lib/index.js --root JcampConverter --no-source-map && rm dist/jcampconverter.js",
    "bundle": "yarn bundle-esm && yarn bundle-types",
    "bundle-esm": "esbuild src/index.ts --bundle --packages=external --minify --format=esm --outfile=dist/jcampconverter.js",
    "bundle-types": "yarn tsc && yarn g:api-extractor",
    "clean": "rimraf coverage dist lib-internal types",
    "deopt": "node --trace-opt --trace-deopt --code-comments debug/deoptimize.js > deopt.log",
    "hydra": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm debug/deoptimize.js",
    "jscpd": "jscpd -l 10 -i \"**/__tests__/**\" -t 1 src",
    "prepack": "yarn bundle",
    "test": "yarn g:test-only && yarn g:check-types && yarn g:eslint && yarn g:prettier",
    "tsc": "tsc --project tsconfig.types.json"
  },
  "bugs": {
    "url": "https://github.com/cheminfo/nmrium/issues/new?title=%5Bjcampconverter%5D"
  },
  "devDependencies": {
    "benchmark": "^2.1.4",
    "cheminfo-build": "^1.3.2",
    "esbuild": "^0.28.1",
    "fifo-logger": "^2.0.1",
    "jcamp-data-test": "^2.5.0",
    "jest-matcher-deep-close-to": "^3.0.2",
    "jscpd": "^5.0.11",
    "ml-spectra-processing": "^14.29.1",
    "rimraf": "^6.1.3",
    "typescript": "~6.0.3",
    "vitest": "^4.1.9"
  },
  "dependencies": {
    "cheminfo-types": "^1.15.0",
    "dynamic-typing": "^2.0.0",
    "ensure-string": "^2.0.0",
    "gyromagnetic-ratio": "^2.0.0",
    "ml-array-median": "^2.0.0",
    "openchemlib": "^9.23.0"
  },
  "volta": {
    "extends": "../../../package.json"
  },
  "gitHead": "695c8cd87b0168a6afdd6343333ba12d493d2ab6"
}
