_comuns/package.json
2025-10-23 21:57:15 -03:00

37 lines
1,022 B
JSON

{
"name": "p-comuns",
"version": "0.254.0",
"description": "",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"biome": "pnpm exec biome check --write",
"check": "pnpm run biome && npx tsc --noEmit",
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ouro.ts",
"teste": "npx vitest run src/testes/TipagemRotas.test.ts"
},
"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",
"dayjs": "^1.11.18",
"uuid": "^11.1.0",
"zod": "4.1.4"
},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@types/node": "^20.19.22",
"tsup": "8.5.0",
"typescript": "~5.9.3",
"vitest": "^3.2.4"
},
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"jsdelivr": "dist/index.global.js"
}