{
  "name": "@rivo-ts/math",
  "version": "0.0.0-dev.20240707.5",
  "description": "Type-level math operations for TypeScript. This package is essentially an independent part of the Rivo project which does not rely on `@rivo-ts/core`. Many other packages in the Rivo project depend on this package.",
  "keywords": [
    "type gymnastics",
    "type level",
    "type level programming",
    "math",
    "mathematics"
  ],
  "homepage": "https://github.com/Snowflyt/rivo/tree/main/math",
  "bugs": {
    "url": "https://github.com/Snowflyt/rivo/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Snowflyt/rivo"
  },
  "license": "MIT",
  "author": "Snowflyt <gaoge011022@163.com>",
  "type": "module",
  "types": "./index.d.ts"
}
