{ "name": "p-estaticos", "version": "0.93.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": { "dev": "tsx ferramentas/rodar_servidor.tsx", "build": "npm --no-git-tag-version version minor && pnpm run gerar && pnpm run check && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts && pnpm run pacote", "nodev": "check-node-version --node '>= 20'", "kill": "npx kill-port -p 5020", "gerar": "dotenv -e .env tsx ferramentas/listar_arquivos.ts gerar", "biome": "npx @biomejs/biome check --write ./src && npx @biomejs/biome check --write ./ferramentas", "check": "pnpm run biome && tsc --noEmit", "at": "pnpm up -r p-*", "pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz" }, "author": { "name": "AZTECA SOFTWARE LTDA", "email": "ti@e-licencie.com.br", "url": "https://e-licencie.com.br" }, "license": "ISC", "dependencies": { "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.4", "dayjs": "1.11.13", "fastify": "^4.29.1", "p-comuns": "git+https://git2.idz.one/publico/_comuns.git", "react": "^18.3.1", "react-dom": "^18.3.1", "zod": "4.1.4" }, "devDependencies": { "@biomejs/biome": "2.0.6", "@types/node": "^20.19.11", "@types/react": "^18.3.24", "@types/react-dom": "^18.3.7", "dotenv": "^16.6.1", "dotenv-cli": "^7.4.4", "glob": "10.4.5", "kill-port-process": "^3.2.1", "tsup": "^8.5.0", "typescript": "~5.9.2" }, "pnpm": { "onlyBuiltDependencies": [ "@biomejs/biome" ] } }