{
    "name": "mathcat",
    "version": "0.0.14",
    "author": "Isaac Mason <isaac@isaacmason.com>",
    "description": "a collection of math helpers for 3D graphics and simulations",
    "keywords": ["math", "vector", "matrix", "quaternion", "euler", "random", "noise"],
    "license": "MIT",
    "type": "module",
    "sideEffects": false,
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "LICENSE",
        "README.md"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/isaac-mason/mathcat.git"
    },
    "scripts": {
        "build": "rm -rf ./dist && rollup --config rollup.config.mjs",
        "format": "biome format --write src/. tst/.",
        "lint": "biome lint --write src/. tst/.",
        "test": "vitest",
        "docs": "(cd docs && node ./build.js)"
    },
    "packageManager": "pnpm@8.15.2+sha1.798034f615aa211c6c2ae00010cc20be5fc102ee",
    "devDependencies": {
        "@biomejs/biome": "^2.2.0",
        "@rollup/plugin-node-resolve": "^16.0.1",
        "@rollup/plugin-typescript": "^12.1.4",
        "rollup": "^4.46.2",
        "rollup-plugin-copy": "^3.5.0",
        "rollup-plugin-filesize": "^10.0.0",
        "tslib": "^2.8.1",
        "typescript": "^5.9.2",
        "vitest": "^3.2.4"
    }
}
