{
  "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"
}
