UNPKG

statsjs-lucasalves

Version:

Uma biblioteca simples de estatísticas básicas em JavaScript

20 lines (19 loc) 535 B
{ "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" } }