Full auto mechanic shop management tool: jobs, invoices, estimates, inspections, inventory, recommendations, technicians, appointments, reports, file uploads, kanban board, and more. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
32 lines
768 B
JSON
32 lines
768 B
JSON
{
|
|
"name": "autoking-server",
|
|
"version": "1.0.0",
|
|
"description": "AutoKing shop management backend",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@types/multer": "^2.1.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"better-sqlite3": "^11.6.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^2.1.1",
|
|
"pdfkit": "^0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/better-sqlite3": "^7.6.8",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/jsonwebtoken": "^9.0.7",
|
|
"@types/pdfkit": "^0.13.8",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "~5.8.3"
|
|
}
|
|
}
|