{
  "name": "array-add-num",
  "version": "1.10.0",
  "description": "Add up all the numbers in the array",
  "license": "MIT",
  "repository": "https://github.com/palashmon/array-add-num",
  "author": {
    "name": "Palash Mondal",
    "email": "palashm@live.in",
    "url": "https://github.com/palashmon"
  },
  "engines": {
    "node": ">=18.20.2"
  },
  "scripts": {
    "test": "xo && ava",
    "cover": "nyc --reporter=lcov ava",
    "lint": "xo --fix"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "Add",
    "array",
    "number",
    "integer",
    "array item",
    "sum",
    "test"
  ],
  "devDependencies": {
    "ava": "6.1.3",
    "nyc": "15.1.0",
    "xo": "0.58.0"
  },
  "type": "module"
}
