kaprekar
Version:
A keprekar iteration calculator.
15 lines (14 loc) • 387 B
JSON
{
"name": "kaprekar",
"version": "1.0.2",
"description": "A keprekar iteration calculator.",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"test" : "npm run build && node build/test.js",
"start": "npm run build && node build/index.js"
},
"keywords": ["kaprekar", "number theory", "math"],
"author": "Davide Visco",
"license": "ISC"
}