.
This commit is contained in:
parent
8be50086c9
commit
12eb807f60
7 changed files with 9 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "~estaticos",
|
||||
"version": "0.32.0",
|
||||
"version": "0.33.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"#5": "Gerar a listagem de arquivos estaticos",
|
||||
"gerar": "dotenv -e .env tsx ferramentas/listar_arquivos.ts gerar",
|
||||
"#6": "Faz a formatação do código",
|
||||
"biome": "npx @biomejs/biome check --apply ./src && npx @biomejs/biome format --write ./src",
|
||||
"biome": "npx @biomejs/biome check --apply ./src",
|
||||
"postinstall": "pnpm up ~*"
|
||||
},
|
||||
"author": "",
|
||||
|
|
@ -24,10 +24,10 @@
|
|||
"cors": "^2.8.5",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"zod": "^3.22.4"
|
||||
"zod": "3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.6.1",
|
||||
"@biomejs/biome": "1.7.3",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^20.11.30",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue