35 lines
979 B
JSON
35 lines
979 B
JSON
{
|
|
"name": "p-comuns",
|
|
"version": "0.125.0",
|
|
"description": "",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./dist-import/index.js",
|
|
"require": "./dist-require/index.js"
|
|
}
|
|
},
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"biome": "npx @biomejs/biome check --write ./src",
|
|
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
|
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
|
"build": "npm --no-git-tag-version version minor && pnpm run biome && pnpm run build-back && pnpm run build-front"
|
|
},
|
|
"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.19.8",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|