48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "p-estaticos",
|
|
"version": "0.70.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"preinstall": "bun pm cache rm",
|
|
"dev": "tsx ferramentas/rodar_servidor.tsx",
|
|
"build": "npm --no-git-tag-version version minor && pnpm run gerar && pnpm run biome && tsc",
|
|
"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",
|
|
"at": "pnpm up -r p-*"
|
|
},
|
|
"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.27.0",
|
|
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git#v.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"zod": "3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.0.6",
|
|
"@types/node": "^20.11.30",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"dotenv": "^16.4.5",
|
|
"dotenv-cli": "^7.4.1",
|
|
"glob": "10.4.5",
|
|
"kill-port-process": "^3.2.1",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@biomejs/biome"
|
|
]
|
|
}
|
|
}
|