pacote
This commit is contained in:
parent
db30011b85
commit
d057e4a652
4 changed files with 16 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-estaticos",
|
||||
"version": "0.88.0",
|
||||
"version": "0.89.0",
|
||||
"description": "",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
|
|
@ -14,13 +14,14 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "tsx ferramentas/rodar_servidor.tsx",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run gerar && pnpm run check && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run gerar && pnpm run check && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts && pnpm run pacote",
|
||||
"nodev": "check-node-version --node '>= 20'",
|
||||
"kill": "npx kill-port -p 5020",
|
||||
"gerar": "dotenv -e .env tsx ferramentas/listar_arquivos.ts gerar",
|
||||
"biome": "npx @biomejs/biome check --write ./src && npx @biomejs/biome check --write ./ferramentas",
|
||||
"check": "pnpm run biome && tsc --noEmit",
|
||||
"at": "pnpm up -r p-*"
|
||||
"at": "pnpm up -r p-*",
|
||||
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz"
|
||||
},
|
||||
"author": {
|
||||
"name": "AZTECA SOFTWARE LTDA",
|
||||
|
|
@ -33,7 +34,7 @@
|
|||
"@fastify/static": "^7.0.4",
|
||||
"dayjs": "1.11.13",
|
||||
"fastify": "^4.29.1",
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"p-comuns": "https://git2.idz.one/publico/_comuns/raw/branch/master/pacote.tgz",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"zod": "4.1.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue