{
  "name": "@aryth/bound-column",
  "version": "0.3.10",
  "description": "A math util library",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/rank.test.js"
  },
  "dependencies": {
    "@aryth/bound-vector": "^0.3.10",
    "@aryth/util-bound": "^0.3.10",
    "@typen/enum-check-levels": "^0.1.16",
    "@vect/matrix-size": "^0.3.6"
  },
  "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": "10e562e31e7307a5988e893892d8a13614b4dc6a"
}
