{
   "name": "codymath",
   "version": "0.8.0",
   "description": "The largest and most complete mathematics library for NPM, built for the global community.",
   "author": "Jackson Douglas de Souza",
   "license": "MIT",
   "type": "module",
   "sideEffects": false,
   "main": "./dist/codymath.cjs",
   "module": "./dist/codymath.js",
   "types": "./dist/index.d.ts",
   "exports": {
      ".": {
         "types": "./dist/index.d.ts",
         "import": "./dist/codymath.js",
         "require": "./dist/codymath.cjs"
      }
   },
   "files": [
      "dist"
   ],
   "scripts": {
      "dev": "vite",
      "build": "vite build && tsc",
      "test": "vitest"
   },
   "keywords": [
      "math",
      "mathematics",
      "math-utils",
      "arithmetic",
      "algebra",
      "geometry",
      "typescript",
      "zero-dependency",
      "tree-shakeable",
      "esm",
      "statistics",
      "mean",
      "median",
      "standard-deviation",
      "variance",
      "number-theory",
      "prime",
      "gcd",
      "lcm",
      "factorial",
      "fibonacci",
      "modular-arithmetic",
      "combinatorics",
      "binomial",
      "permutations",
      "interpolation",
      "lerp",
      "easing",
      "clamp",
      "rounding",
      "significant-figures"
   ],
   "devDependencies": {
      "@types/node": "^25.9.2",
      "typescript": "^6.0.3",
      "vite": "^8.0.16",
      "vitest": "^4.1.8"
   },
   "repository": {
      "type": "git",
      "url": "git+https://github.com/jacksondouglasdesouza/codymath.git"
   }
}
