UNPKG

generate-pi-cli

Version:
61 lines (60 loc) 1.01 kB
{ "name": "generate-pi-cli", "version": "1.15.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.18.3" }, "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.21.0", "is-positive-int": "^1.19.0" }, "devDependencies": { "ava": "6.2.0", "execa": "8.0.1", "xo": "0.60.0" }, "xo": { "ignores": [ "test.js" ] } }