{
  "name": "@palett/fluo-matrix",
  "version": "0.12.28",
  "description": "A colorant to string",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@spare/serial": "^0.16.25",
    "@vect/matrix-index": "^0.8.5"
  },
  "devDependencies": {
    "@aryth/bound-matrix": "^0.7.8",
    "@ject/oneself": "^0.1.2",
    "@texting/charset-fullwidth": "^0.2.3",
    "@texting/string-value": "^0.2.3",
    "@typen/enum-data-types": "^0.2.0",
    "@typen/literal": "^0.2.0",
    "@typen/nullish": "^0.2.0",
    "@typen/num-strict": "^0.2.0",
    "@vect/columns-mapper": "^0.8.5",
    "@vect/enum-matrix-directions": "^0.6.13",
    "@vect/matrix-algebra": "^0.8.5",
    "@vect/matrix-index": "^0.8.0",
    "@vect/matrix-mapper": "^0.8.5",
    "@vect/object-select": "^0.8.5",
    "@vect/vector-mapper": "^0.8.5",
    "@palett/convert": "^0.12.28",
    "@palett/fluo": "^0.12.28",
    "@palett/projector": "^0.12.28",
    "@palett/enum-colorant-modes": "^0.12.28",
    "@palett/fluo-vector": "^0.12.28",
    "@palett/presets": "^0.12.28"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/palett/fluo-matrix.git"
  },
  "keywords": [
    "chalk",
    "color"
  ],
  "author": {
    "name": "Hoyeung Wong",
    "email": "hoyeungw@outlook.com",
    "url": "https://github.com/hoyeungw"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/palett/fluo-matrix"
  },
  "homepage": "https://github.com/hoyeungw/palett/fluo-matrix#readme",
  "gitHead": "fa43c4eb4429e3c75cc8a2ae9093163359e8afb1",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/test.index.js",
    "test-jest": "jest"
  }
}