Uecko_ERP/apps/server/package.json

72 lines
2.0 KiB
JSON

{
"name": "@erp/factuges-server",
"version": "0.0.14",
"private": true,
"scripts": {
"build": "tsup src/index.ts --config tsup.config.ts",
"start": "NODE_ENV=production node --env-file=.env.production dist/index.js",
"dev": "node --import=tsx --watch src/index.ts",
"clean": "rimraf .turbo node_modules dist",
"typecheck": "tsc --noEmit",
"lint": "biome lint --fix",
"format": "biome format --write"
},
"devDependencies": {
"@biomejs/biome": "^2.3.1",
"@repo/typescript-config": "workspace:*",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.19",
"@types/dinero.js": "^1.9.4",
"@types/express": "^4.17.21",
"@types/glob": "^8.1.0",
"@types/jsonwebtoken": "^9.0.8",
"@types/luxon": "^3.6.2",
"@types/node": "^22.15.12",
"@types/passport": "^1.0.16",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@types/response-time": "^2.3.8",
"rimraf": "^6.0.0",
"tsconfig-paths": "^4.2.0",
"tsup": "8.5.0",
"tsx": "4.20.6",
"typescript": "^5.9.3"
},
"dependencies": {
"@erp/auth": "workspace:*",
"@erp/core": "workspace:*",
"@erp/customer-invoices": "workspace:*",
"@erp/customers": "workspace:*",
"@repo/rdx-logger": "workspace:*",
"bcrypt": "^5.1.1",
"cls-rtracer": "^2.6.3",
"cors": "^2.8.5",
"dinero.js": "^1.9.1",
"dotenv": "^16.5.0",
"express": "^4.18.2",
"express-list-routes": "^1.3.1",
"handlebars": "^4.7.8",
"helmet": "^8.0.0",
"http": "0.0.1-security",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.6.1",
"module-alias": "^2.2.3",
"mysql2": "^3.12.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.2.2",
"response-time": "^2.3.3",
"sequelize": "^6.37.5",
"shallow-equal-object": "^1.1.1",
"ts-node": "^10.9.1",
"uuid": "^11.0.5",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^4.1.11"
},
"engines": {
"node": ">=22"
}
}