_comuns/package.json
2025-08-13 10:33:32 -03:00

38 lines
981 B
JSON

{
"name": "p-comuns",
"version": "0.217.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
"types": "./dist-front/index.d.mts",
"exports": {
".": {
"types": "./dist-front/index.d.mts",
"import": "./dist-front/index.mjs",
"require": "./dist-back/index.js"
}
},
"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.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.13",
"uuid": "^11.1.0",
"zod": "3.24.1"
},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@types/node": "^20.19.9",
"tsup": "8.5.0",
"typescript": "~5.9.2"
}
}