{ "name": "digicraft", "version": "16.5.0", "description": "DigiCraft - AI-Powered Digital Product Creation Platform", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "npx tsx index.ts", "start": "node --import tsx index.ts", "db": "npx prisma studio", "db:push": "npx prisma db push", "db:migrate": "npx prisma migrate deploy", "db:generate": "npx prisma generate" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "dependencies": { "@google/genai": "^1.34.0", "@prisma/client": "^5.10.0", "@types/archiver": "^7.0.0", "@types/bcryptjs": "^2.4.6", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/jsonwebtoken": "^9.0.10", "@types/node": "^25.0.3", "@types/sharp": "^0.31.1", "@types/uuid": "^10.0.0", "archiver": "^7.0.1", "axios": "^1.13.2", "bcryptjs": "^3.0.3", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.2.1", "google-auth-library": "^10.5.0", "jsonwebtoken": "^9.0.3", "multer": "^2.0.2", "prisma": "^5.10.0", "sharp": "^0.34.5", "sqlite3": "^5.1.7", "ts-node": "^10.9.2", "tsx": "^4.21.0", "typescript": "^5.9.3", "uuid": "^13.0.0" }, "devDependencies": { "@types/multer": "^2.0.0" } }