{
  "name": "backend",
  "version": "1.0.0",
  "description": "RESTful API powering the Manabou Japanese learning platform.",
  "main": "index.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jabbar-app/nihongo-backend.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/jabbar-app/nihongo-backend/issues"
  },
  "homepage": "https://github.com/jabbar-app/nihongo-backend#readme",
  "devDependencies": {
    "autoprefixer": "^10.5.0",
    "laravel-vite-plugin": "^3.1.0",
    "postcss": "^8.5.15",
    "tailwindcss": "^3.4.19",
    "vite": "^8.0.16"
  },
  "dependencies": {
    "alpinejs": "^3.15.12"
  }
}
