{
  "name": "math-figures",
  "version": "2.2.2",
  "description": "Draw ascii math figures digits, operators and tokens in terminal",
  "repository": "https://github.com/akgondber/math-figures",
  "type": "module",
  "scripts": {
    "test": "vitest",
    "prettify": "prettier . --write",
    "pretcheck": "prettier . --check",
    "build": "unbuild",
    "dev": "node tmp/usg.js"
  },
  "keywords": [
    "math",
    "cli",
    "terminal",
    "ascii",
    "numbers",
    "tokens",
    "symbols",
    "figure",
    "figures",
    "mathematics",
    "draw",
    "drawing"
  ],
  "author": "Rushan Alyautdinov <akgondber@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "ansi-escapes": "^7.0.0",
    "chalk": "^5.4.1",
    "delay": "^6.0.0",
    "figures": "^6.1.0",
    "ramda": "^0.30.1",
    "string-width": "^7.2.0"
  },
  "devDependencies": {
    "prettier": "^3.5.3",
    "unbuild": "^3.5.0",
    "vitest": "^3.2.1"
  },
  "files": [
    "dist"
  ],
  "exports": {
    "import": {
      "default": "./dist/index.mjs"
    },
    "require": {
      "default": "./dist/index.mjs"
    },
    "default": "./dist/index.mjs"
  }
}
