34 lines
936 B
JSON
34 lines
936 B
JSON
{
|
|
"name": "p-comuns",
|
|
"version": "0.121.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist-import/index.js",
|
|
"require": "./dist-require/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"biome": "npx @biomejs/biome check --write ./src",
|
|
"build-front": "rm -rf dist-import && tsc --project tsconfig-front.json",
|
|
"build-back": "rm -rf dist-require && tsc --project tsconfig-back.json",
|
|
"build-types": "rm -rf dist-types && tsc --project tsconfig.types.json",
|
|
"build": "pnpm run biome && pnpm run build-front && pnpm run build-back"
|
|
},
|
|
"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"
|
|
}
|
|
}
|