{
  "name": "@alwatr/math",
  "version": "1.3.1",
  "description": "Simple useful Math library written in tiny TypeScript module.",
  "keywords": [
    "math",
    "mathematics",
    "typescript",
    "esm",
    "alwatr"
  ],
  "main": "math.js",
  "type": "module",
  "types": "math.d.ts",
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
  "license": "MIT",
  "files": [
    "**/*.{d.ts.map,d.ts,js.map,js,html,md}"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Alwatr/alwatr-es-sdk",
    "directory": "packages/math"
  },
  "homepage": "https://github.com/Alwatr/alwatr-es-sdk/tree/next/packages/math#readme",
  "bugs": {
    "url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
  },
  "dependencies": {
    "@alwatr/logger": "^2.4.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.5"
  },
  "gitHead": "8df92c67b69527b5474e8741a8633e0e67b5d09a"
}
