amari 0.19.1

Advanced mathematical computing library with geometric algebra, tropical algebra, and automatic differentiation
Documentation
{
  "name": "amari",
  "version": "0.19.1",
  "description": "High-performance Geometric Algebra/Clifford Algebra library with TypeScript bindings",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npm run build:wasm && npm run build:ts",
    "build:wasm": "cd ../amari-wasm && wasm-pack build --target web --out-dir ../typescript/pkg",
    "build:ts": "tsc",
    "test": "jest",
    "dev": "tsc --watch",
    "clean": "rm -rf dist pkg node_modules",
    "prepare": "npm run build"
  },
  "keywords": [
    "geometric-algebra",
    "clifford-algebra",
    "wasm",
    "mathematics",
    "multivector",
    "information-geometry"
  ],
  "author": "Amari Contributors",
  "license": "MIT OR Apache-2.0",
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "jest": "^29.5.0",
    "typescript": "^5.0.0",
    "wasm-pack": "^0.12.0"
  },
  "dependencies": {
    "wasm-bindgen": "^0.2.0"
  },
  "files": [
    "dist/",
    "pkg/",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/your-username/amari.git"
  },
  "homepage": "https://github.com/your-username/amari#readme"
}