37 lines
947 B
JSON
37 lines
947 B
JSON
{
|
|
"name": "p-comuns",
|
|
"version": "0.206.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": {
|
|
"biome": "npx @biomejs/biome check --write ./src",
|
|
"check": "pnpm run biome && npx tsc --noEmit",
|
|
"build": "npm --no-git-tag-version version minor && pnpm run check && 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",
|
|
"zod": "3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.0.6",
|
|
"@types/node": "^20.19.8",
|
|
"tsup": "8.5.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|