{
  "name": "generate-pi-cli",
  "version": "1.17.0",
  "description": "Find PI(π) to the Nth Digit",
  "license": "MIT",
  "repository": "palashmon/generate-pi-cli",
  "author": "Palash Mondal <palashm@live.in>",
  "type": "module",
  "bin": {
    "gen-pi": "./cli.js"
  },
  "engines": {
    "node": ">=20.19.2"
  },
  "scripts": {
    "test": "xo && ava",
    "lint": "xo --fix"
  },
  "files": [
    "cli.js"
  ],
  "keywords": [
    "cli",
    "cli-app",
    "algorithm",
    "calculation",
    "circle",
    "circumference",
    "constant",
    "decimal",
    "diameter",
    "generate",
    "geometry",
    "library",
    "math",
    "mathematical",
    "mathematics",
    "number",
    "pi",
    "precision",
    "ratio",
    "tiny",
    "π"
  ],
  "dependencies": {
    "meow": "^13.2.0",
    "generate-pi": "^1.23.0",
    "is-positive-int": "^1.21.0"
  },
  "devDependencies": {
    "ava": "6.3.0",
    "execa": "8.0.1",
    "xo": "0.61.1"
  },
  "xo": {
    "ignores": [
      "test.js"
    ]
  }
}
