{
  "name": "math_example_vrs",
  "version": "0.0.0",
  "description": "An example of creating a package",
  "main": "bin/main.js",
  "scripts": {
    "test": "echo \"Error: no teste specified\" && exit 1"
  },
  "repository": "",
  "keywords": [
    "math",
    "example",
    "addition",
    "subtraction",
    "multiplication",
    "division",
    "fibonaci"
  ],
  "author": "Tiago",
  "license": "ISC"
}
