{
  "name": "openchemlib-utils",
  "version": "8.15.0",
  "license": "MIT",
  "description": "Various utilities that extends openchemlib-js like HOSE codes or diastereotopic IDs",
  "keywords": [
    "openchemlib extended",
    "chemistry tools",
    "open chemistry"
  ],
  "author": "Luc Patiny",
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "npm run tsc && cheminfo-build --entry lib/index.js --root OCLUtils",
    "check-types": "tsc --noEmit",
    "clean": "rimraf coverage lib",
    "eslint": "eslint .",
    "eslint-fix": "eslint . --fix",
    "prepack": "npm run tsc",
    "prettier": "prettier --check .",
    "prettier-write": "prettier --write .",
    "test": "npm run test-only && npm run check-types && npm run eslint && npm run prettier && npm run verify-build",
    "test-only": "vitest run --coverage",
    "tsc": "npm run clean && npm run tsc-build",
    "tsc-build": "tsc --project tsconfig.build.json",
    "verify-build": "npm run tsc && node lib/index.js"
  },
  "dependencies": {
    "atom-sorter": "^2.2.1",
    "ensure-string": "^2.0.0",
    "get-value": "^4.0.1",
    "ml-floyd-warshall": "^3.0.1",
    "ml-matrix": "^6.12.1",
    "papaparse": "^5.5.3",
    "sdf-parser": "^8.0.0"
  },
  "peerDependencies": {
    "openchemlib": ">=9.20.1"
  },
  "devDependencies": {
    "@types/node": "^25.4.0",
    "@vitest/coverage-istanbul": "^4.0.18",
    "@zakodium/tsconfig": "^1.0.3",
    "cheminfo-build": "^1.3.2",
    "cheminfo-types": "^1.10.0",
    "eslint": "^9.39.2",
    "eslint-config-cheminfo-typescript": "^21.1.0",
    "fifo-logger": "^2.0.1",
    "globals": "^17.4.0",
    "mf-parser": "^3.7.1",
    "openchemlib": "^9.20.1",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.3",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheminfo/openchemlib-utils.git"
  },
  "bugs": {
    "url": "https://github.com/cheminfo/openchemlib-utils/issues"
  },
  "homepage": "https://github.com/cheminfo/openchemlib-utils#readme"
}
