{ "name": "massa-br", "version": "0.1.0", "description": "Gerador determinístico de dados brasileiros válidos (CPF, CNPJ, CEP...) para testes.", "type": "module", "main": "./index.js", "exports": "./index.js", "files": ["index.js"], "sideEffects": false, "keywords": ["cpf", "cnpj", "faker", "testing", "brasil", "mock", "fixtures", "seed"], "author": "Seu Nome (https://github.com/seu-usuario)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/oazevedolucas/massa-br.git" }, "homepage": "https://github.com/oazevedolucas/massa-br#readme", "bugs": { "url": "https://github.com/seu-usuario/massa-br/issues" }, "engines": { "node": ">=18" }, "scripts": { "test": "node --test" } }