.
This commit is contained in:
parent
eab9e5269f
commit
0f26830e6e
1 changed files with 46 additions and 46 deletions
92
package.json
92
package.json
|
|
@ -1,48 +1,48 @@
|
|||
{
|
||||
"name": "p-estaticos",
|
||||
"version": "0.104.0",
|
||||
"description": "",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"import": "./dist-front/index.mjs",
|
||||
"require": "./dist-back/index.js"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
"nodev": "check-node-version --node '>= 20'",
|
||||
"gerar": "dotenv -e .env tsx ferramentas/mapear_minio.ts gerar",
|
||||
"biome": "npx @biomejs/biome check --write ./src && npx @biomejs/biome check --write ./ferramentas",
|
||||
"check": "pnpm run biome && tsc --noEmit"
|
||||
},
|
||||
"author": {
|
||||
"name": "AZTECA SOFTWARE LTDA",
|
||||
"email": "ti@e-licencie.com.br",
|
||||
"url": "https://e-licencie.com.br"
|
||||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dayjs": "1.11.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"minio": "^8.0.6",
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"@biomejs/biome": "2.4.0",
|
||||
"@types/node": "^20.19.11",
|
||||
"dotenv": "^16.6.1",
|
||||
"dotenv-cli": "^7.4.4",
|
||||
"glob": "10.4.5",
|
||||
"kill-port-process": "^3.2.1",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "~5.9.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@biomejs/biome"
|
||||
]
|
||||
}
|
||||
"name": "p-estaticos",
|
||||
"version": "0.104.0",
|
||||
"description": "",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"import": "./dist-front/index.mjs",
|
||||
"require": "./dist-back/index.js"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
"nodev": "check-node-version --node '= 22'",
|
||||
"gerar": "dotenv -e .env tsx ferramentas/mapear_minio.ts gerar",
|
||||
"biome": "npx @biomejs/biome check --write ./src && npx @biomejs/biome check --write ./ferramentas",
|
||||
"check": "pnpm run biome && tsc --noEmit"
|
||||
},
|
||||
"author": {
|
||||
"name": "AZTECA SOFTWARE LTDA",
|
||||
"email": "ti@e-licencie.com.br",
|
||||
"url": "https://e-licencie.com.br"
|
||||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dayjs": "1.11.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"minio": "^8.0.6",
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"@biomejs/biome": "2.4.0",
|
||||
"@types/node": "^20.19.11",
|
||||
"dotenv": "^16.6.1",
|
||||
"dotenv-cli": "^7.4.4",
|
||||
"glob": "10.4.5",
|
||||
"kill-port-process": "^3.2.1",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "~5.9.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@biomejs/biome"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue