{
  "name": "express-sweet-generator",
  "version": "5.0.0",
  "description": "One command, zero boilerplate. Instantly scaffold a full-stack Express Sweet app — authentication, ORM, routing, views, and a Webpack-powered frontend — all wired up and ready to ship.",
  "main": "bin/express-sweet-cli.js",
  "files": [
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "bin/",
    "templates/",
    "screenshots/"
  ],
  "bin": {
    "express-sweet": "bin/express-sweet-cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shumatsumonobu/express-sweet-generator.git"
  },
  "keywords": [
    "express",
    "express-sweet",
    "generator",
    "scaffolding",
    "cli",
    "mvc",
    "sequelize",
    "authentication",
    "fullstack",
    "webpack",
    "esm",
    "commonjs"
  ],
  "author": "shumatsumonobu <shumatsumonobu@gmail.com> (https://x.com/shumatsumonobu)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shumatsumonobu/express-sweet-generator/issues",
    "email": "shumatsumonobu@gmail.com"
  },
  "homepage": "https://github.com/shumatsumonobu/express-sweet-generator#readme",
  "dependencies": {
    "commander": "^14.0.0",
    "ejs": "^5.0.1",
    "fs-extra": "^11.3.1"
  }
}