{
  "name": "@aryth/bound-matrix",
  "version": "0.7.8",
  "description": "A math util library",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@texting/string-value": "^0.2.3",
    "@typen/enum-check-levels": "^0.2.0",
    "@typen/literal": "^0.2.0",
    "@typen/numeral": "^0.2.0",
    "@vect/matrix-index": "^0.8.5",
    "@vect/matrix-init": "^0.8.5",
    "@vect/matrix-mapper": "^0.8.5",
    "@aryth/bound-vector": "^0.7.8",
    "@aryth/util-bound": "^0.7.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gadge/aryth.git"
  },
  "keywords": [
    "math",
    "numeric",
    "analysis"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/aryth"
  },
  "homepage": "https://github.com/hoyeungw/aryth#readme",
  "gitHead": "2b35c933a0f21cc95d6093a9ee9a75c3007abafd",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/rank.test.js"
  }
}