This commit is contained in:
Luiz Silva 2024-05-06 08:45:08 -03:00
commit b5ca2d50ac
337 changed files with 24672 additions and 0 deletions

22
package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "~comuns",
"version": "0.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "npm run biome && tsc",
"biome": "npx @biomejs/biome check --apply ./src && npx @biomejs/biome format --write ./src"
},
"author": "",
"license": "ISC",
"dependencies": {
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@types/node": "^20.12.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}