26 lines
659 B
JSON
26 lines
659 B
JSON
{
|
|
"name": "p-comuns",
|
|
"version": "0.114.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "rm -rf ./dist && pnpm run biome && npm --no-git-tag-version version minor && tsc",
|
|
"biome": "npx @biomejs/biome check --write ./src",
|
|
"at": "pnpm up @biomejs/biome typescript"
|
|
},
|
|
"author": {
|
|
"name": "AZTECA SOFTWARE LTDA",
|
|
"email": "ti@e-licencie.com.br",
|
|
"url": "https://e-licencie.com.br"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-fetch": "^4.1.0",
|
|
"zod": "3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.0.6",
|
|
"@types/node": "^20.16.10",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|