{
  "name": "@anandabastakoti/sum-of-digits",
  "version": "1.0.0",
  "description": "This is the firs npm package I developed in which the function takes an positive integer and returns the sum of all the digits",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "(https://github.com/iamanandabastakoti/sum-of-digits.git)"
  },
  "keywords": [
    "Sum",
    "Digits"
  ],
  "author": "Ananda Bastakoti",
  "license": "ISC"
}
