{
  "name": "@chemistry/math",
  "version": "3.6.5",
  "description": "Math support for @chemistry project",
  "type": "module",
  "author": {
    "name": "Volodymyr Vreshch",
    "url": "https://vreshch.com/"
  },
  "license": "MIT",
  "keywords": [
    "cheminformatics",
    "crystallography",
    "math"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chemistry/chemical-libraries.git",
    "directory": "packages/math"
  },
  "homepage": "https://github.com/chemistry/chemical-libraries/tree/master/packages/math#readme",
  "bugs": "https://github.com/chemistry/chemical-libraries/issues",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public",
    "provenance": true
  },
  "private": false,
  "sideEffects": false,
  "files": [
    "package.json",
    "dist",
    "src",
    "!src/**/*.test.ts",
    "!src/**/__snapshots__",
    "README.md",
    "LICENSE"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "type-check": "tsc --noEmit",
    "prepack": "rm -rf dist && tsc"
  },
  "dependencies": {
    "@chemistry/common": "^3.6.5"
  }
}
