58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "p-estaticos",
|
|
"version": "0.79.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",
|
|
"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-*"
|
|
},
|
|
"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",
|
|
"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",
|
|
"tsup": "^8.5.0",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@biomejs/biome"
|
|
]
|
|
}
|
|
}
|