build
This commit is contained in:
parent
0482d3c102
commit
8ec9d76b6f
289 changed files with 5 additions and 23898 deletions
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "~comuns",
|
||||
"version": "0.21.0",
|
||||
"version": "0.24.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "pnpm run biome && npm --no-git-tag-version version minor && tsc",
|
||||
"biome": "npx @biomejs/biome check --apply ./src && npx @biomejs/biome format --write ./src"
|
||||
"build": "rm -rf ./dist && pnpm run biome && npm --no-git-tag-version version minor && tsc",
|
||||
"biome": "npx @biomejs/biome check --apply ./src"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"zod": "^3.22.4"
|
||||
"zod": "3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.7.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue