.
This commit is contained in:
parent
2cedd41095
commit
962970bb9b
2 changed files with 10 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "~respostas",
|
||||
"name": "p-respostas",
|
||||
"version": "0.2.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "pnpm up p-*",
|
||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||
"build": "pnpm run biome && npm --no-git-tag-version version minor && pnpm run build-back && pnpm run build-front",
|
||||
|
|
@ -20,7 +21,7 @@
|
|||
"@biomejs/biome": "1.7.3",
|
||||
"@types/node": "^20.12.7",
|
||||
"check-node-version": "^4.2.1",
|
||||
"~comuns": "git+http://leitura:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MTQ3NTA1NzYsImlzcyI6IkdpdG5lc3MiLCJwaWQiOjgsInRrbiI6eyJ0eXAiOiJwYXQiLCJpZCI6MzJ9fQ.OYdExOVQm5UI3wfeTaWjmD0o65Y1hrjFz5EvMB1a__U@git.idz.one:3000/git/multi-modulos-ambientais/_comuns.git#producao",
|
||||
"p-comuns": "npm:~comuns@^0.24.0",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue