{
  "name": "statsjs-lucasalves",                   
  "description": "Uma biblioteca simples de estatísticas básicas em JavaScript",
  "version":"1.0.0",
  "main": "index.js",
  "author": "Lucas Alves Fonseca",                
  "license": "MIT",                                 
  "keywords": ["estatística", "stats", "biblioteca", "math"],
  "repository": {
    "type": "git",
    "url": "https://github.com/lucasalvesfonseca/statsjs"  
  },
  "scripts": {
    "test": "jest"
  },
  "dependencies": {
    "jest": "^29.7.0"
  }
}
