{
  "name": "php-ecommerce",
  "version": "1.0.0",
  "description": "A modern eCommerce platform built with PHP.",
  "main": "public/index.php",
  "scripts": {
    "build": "vite build",
    "dev": "vite",
    "watch": "vite watch"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "bootstrap": "^5.1.3",
    "jquery": "^3.6.0",
    "vue": "^3.2.31"
  },
  "devDependencies": {
    "vite": "^2.6.4",
    "sass": "^1.32.0"
  },
  "keywords": [
    "ecommerce",
    "php",
    "vue",
    "bootstrap"
  ],
  "author": "Your Name",
  "license": "MIT"
}