codigo_azul/package.json

17 lines
336 B
JSON
Raw Permalink Normal View History

2024-05-28 01:48:24 +00:00
{
"name": "poo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Luiz Picolo <luizpicolo@gmail.com>",
2024-05-29 00:04:17 +00:00
"license": "MIT",
"dependencies": {
"brazilian-doc-validator": "^1.0.5"
}
2024-05-28 01:48:24 +00:00
}