{
  "name": "maths_example_abcdef",
  "version": "1.0.0",
  "description": "un exemple ce création de package",
  "main": "bin/main.js",
  "bin": {
    "maths_example": "main.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "math",
    "example",
    "fibonnaci",
    "addition",
    "soustraction",
    "multiplication",
    "division"
  ],
  "author": "nicolas péron",
  "license": "ISC"
}
