This commit is contained in:
Luiz Silva 2026-03-04 14:19:42 -03:00
parent eab9e5269f
commit 0f26830e6e

View file

@ -1,48 +1,48 @@
{ {
"name": "p-estaticos", "name": "p-estaticos",
"version": "0.104.0", "version": "0.104.0",
"description": "", "description": "",
"main": "./dist-back/index.js", "main": "./dist-back/index.js",
"module": "./dist-front/index.mjs", "module": "./dist-front/index.mjs",
"types": "./src/index.ts", "types": "./src/index.ts",
"exports": { "exports": {
".": { ".": {
"types": "./src/index.ts", "types": "./src/index.ts",
"import": "./dist-front/index.mjs", "import": "./dist-front/index.mjs",
"require": "./dist-back/index.js" "require": "./dist-back/index.js"
} }
}, },
"scripts": { "scripts": {
"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",
"nodev": "check-node-version --node '>= 20'", "nodev": "check-node-version --node '= 22'",
"gerar": "dotenv -e .env tsx ferramentas/mapear_minio.ts gerar", "gerar": "dotenv -e .env tsx ferramentas/mapear_minio.ts gerar",
"biome": "npx @biomejs/biome check --write ./src && npx @biomejs/biome check --write ./ferramentas", "biome": "npx @biomejs/biome check --write ./src && npx @biomejs/biome check --write ./ferramentas",
"check": "pnpm run biome && tsc --noEmit" "check": "pnpm run biome && tsc --noEmit"
}, },
"author": { "author": {
"name": "AZTECA SOFTWARE LTDA", "name": "AZTECA SOFTWARE LTDA",
"email": "ti@e-licencie.com.br", "email": "ti@e-licencie.com.br",
"url": "https://e-licencie.com.br" "url": "https://e-licencie.com.br"
}, },
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"dayjs": "1.11.13" "dayjs": "1.11.13"
}, },
"devDependencies": { "devDependencies": {
"minio": "^8.0.6", "minio": "^8.0.6",
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git", "p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
"@biomejs/biome": "2.4.0", "@biomejs/biome": "2.4.0",
"@types/node": "^20.19.11", "@types/node": "^20.19.11",
"dotenv": "^16.6.1", "dotenv": "^16.6.1",
"dotenv-cli": "^7.4.4", "dotenv-cli": "^7.4.4",
"glob": "10.4.5", "glob": "10.4.5",
"kill-port-process": "^3.2.1", "kill-port-process": "^3.2.1",
"tsup": "^8.5.0", "tsup": "^8.5.0",
"typescript": "~5.9.2" "typescript": "~5.9.2"
}, },
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [
"@biomejs/biome" "@biomejs/biome"
] ]
} }
} }