This commit is contained in:
Luiz H. R. Silva 2024-06-03 13:34:13 -03:00
parent 921d5b3418
commit 1de446f80d
14 changed files with 182 additions and 198 deletions

View file

@ -1,6 +1,6 @@
{
"name": "~drives",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"main": "src/index.ts",
"exports": {
@ -20,9 +20,13 @@
"@biomejs/biome": "1.7.3",
"@types/node": "^20.12.7",
"check-node-version": "^4.2.1",
"~comuns": "git+http://leitura:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MTQ3NTA1NzYsImlzcyI6IkdpdG5lc3MiLCJwaWQiOjgsInRrbiI6eyJ0eXAiOiJwYXQiLCJpZCI6MzJ9fQ.OYdExOVQm5UI3wfeTaWjmD0o65Y1hrjFz5EvMB1a__U@git.idz.one:3000/git/multi-modulos-ambientais/_comuns.git#producao",
"typescript": "^4.8.4"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"zod": "^3.23.8"
}
}