{
  "name": "suyash-math-package",
  "version": "1.0.1",
  "description": "It is an math library",
  "main": "index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.mjs"
  },
  "keywords": [
    "Add",
    "Sub",
    "Mul",
    "Div"
  ],
  "author": "Suyash Borkar",
  "license": "ISC"
}
