convertido para pnpm
This commit is contained in:
parent
59e710f6cf
commit
175d767d27
115 changed files with 2366 additions and 1451 deletions
25
package.json
25
package.json
|
|
@ -1,29 +1,25 @@
|
|||
{
|
||||
"name": "p-autenticacao-drive",
|
||||
"version": "1.26.0",
|
||||
"version": "1.28.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"main": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist-import/index.js",
|
||||
"require": "./dist-require/index.js"
|
||||
"types": "./src/index.ts",
|
||||
"import": "./dist-front/index.js",
|
||||
"require": "./dist-back/index.js"
|
||||
}
|
||||
},
|
||||
"types": "./src/index.ts",
|
||||
"scripts": {
|
||||
"preinstall": "bun pm cache rm",
|
||||
"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",
|
||||
"build": "pnpm run biome && tsup --config ./node_modules/p-comuns/src/tsup/tsup.config.ts && npm --no-git-tag-version version minor",
|
||||
"biome": "biome check --write ./src && biome check --write ./package.json",
|
||||
"nodev": "check-node-version --node '>= 20'",
|
||||
"check": "bun run biome && bunx tsc --noEmit"
|
||||
"check": "pnpm run biome && tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"cross-fetch": "4.1.0",
|
||||
"node-cache": "^5.1.2",
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git",
|
||||
"uuid": "11.1.0"
|
||||
|
|
@ -32,6 +28,7 @@
|
|||
"@biomejs/biome": "2.0.6",
|
||||
"@types/node": "^20.19.8",
|
||||
"check-node-version": "^4.2.1",
|
||||
"tsup": "8.5.0",
|
||||
"typescript": "5.5.4"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
@ -41,4 +38,4 @@
|
|||
"url": "https://e-licencie.com.br"
|
||||
},
|
||||
"license": "ISC"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue