44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "p-estaticos",
|
|
"version": "0.50.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"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",
|
|
"postinstall": "pnpm up 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.11",
|
|
"fastify": "^4.27.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"zod": "3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "latest",
|
|
"@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",
|
|
"p-comuns": "git+http://leitura:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MTQ3NTA1NzYsImlzcyI6IkdpdG5lc3MiLCJwaWQiOjgsInRrbiI6eyJ0eXAiOiJwYXQiLCJpZCI6MzJ9fQ.OYdExOVQm5UI3wfeTaWjmD0o65Y1hrjFz5EvMB1a__U@git.idz.one:3000/git/multi-modulos-ambientais/_comuns.git#producao"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|