{
  "name": "vylo",
  "version": "1.0.0",
  "description": "AI-Powered Software Creation Command Center - From Vision to Launch, on Autopilot",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "ai",
    "project-management",
    "saas",
    "automation",
    "development"
  ],
  "author": "Digit",
  "license": "MIT",
  "dependencies": {
    "@prisma/client": "^7.2.0",
    "@types/node": "^25.0.3",
    "@types/react": "^19.2.7",
    "autoprefixer": "^10.4.23",
    "bcryptjs": "^3.0.3",
    "jsonwebtoken": "^9.0.3",
    "next": "^16.1.1",
    "postcss": "^8.5.6",
    "prisma": "^7.2.0",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "tailwindcss": "^3.4.17",
    "typescript": "^5.9.3",
    "zod": "^4.3.2"
  },
  "devDependencies": {
    "@types/bcryptjs": "^2.4.6",
    "@types/jsonwebtoken": "^9.0.10"
  }
}
