isolamento de pacote
This commit is contained in:
commit
f34b66cbe4
96 changed files with 2285 additions and 0 deletions
42
package.json
Normal file
42
package.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"name": "p-autenticacao-drive",
|
||||
"version": "1.22.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist-import/index.js",
|
||||
"require": "./dist-require/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"at": "pnpm up @biomejs/biome typescript",
|
||||
"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 && pnpm run build-back && pnpm run build-front",
|
||||
"pacote": "npm --no-git-tag-version version minor && sh ./pacote.sh",
|
||||
"biome": "npx @biomejs/biome check --write ./src && npx @biomejs/biome check --write ./package.json",
|
||||
"nodev": "check-node-version --node '>= 20'"
|
||||
},
|
||||
"dependencies": {
|
||||
"cross-fetch": "^4.1.0"
|
||||
},
|
||||
"overrides": {
|
||||
"p-comuns": "git+https://git2.idz.one/e-licencie/_comuns.git#master",
|
||||
"p-respostas": "git+https://git2.idz.one/e-licencie/_respostas.git#master"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.0.6",
|
||||
"@types/node": "^20.16.1",
|
||||
"check-node-version": "^4.2.1",
|
||||
"typescript": "5.5.4"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
"name": "AZTECA SOFTWARE LTDA",
|
||||
"email": "ti@e-licencie.com.br",
|
||||
"url": "https://e-licencie.com.br"
|
||||
},
|
||||
"license": "ISC"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue