pacote
This commit is contained in:
parent
9ebe5b19ad
commit
231b69346f
3 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-respostas",
|
||||
"version": "0.49.0",
|
||||
"version": "0.50.0",
|
||||
"description": "",
|
||||
"main": "./src/index.ts",
|
||||
"exports": {
|
||||
|
|
@ -13,11 +13,12 @@
|
|||
"types": "./src/index.ts",
|
||||
"scripts": {
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts",
|
||||
"nodev": "check-node-version --node '>= 20'"
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts && pnpm run pacote",
|
||||
"nodev": "check-node-version --node '>= 20'",
|
||||
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz"
|
||||
},
|
||||
"dependencies": {
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"p-comuns": "https://git2.idz.one/publico/_comuns/raw/branch/master/pacote.tgz",
|
||||
"zod": "4.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue