{
  "name": "create-hono",
  "version": "0.19.4",
  "type": "module",
  "scripts": {
    "build": "bun build ./src/index.ts --outfile=./bin --target=node --format=esm --banner='#!/usr/bin/env node'",
    "bin": "./bin",
    "test": "vitest --run",
    "prepack": "bun run build",
    "release": "np",
    "lint": "eslint --ext js,ts src",
    "lint:fix": "eslint --ext js,ts src --fix",
    "format": "prettier src --check",
    "format:fix": "prettier src --write"
  },
  "bin": "./bin",
  "files": [
    "bin"
  ],
  "author": "Yusuke Wada <https://github.com/yusukebe>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/honojs/create-hono.git"
  },
  "homepage": "https://hono.dev",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "devDependencies": {
    "@bluwy/giget-core": "0.1.6",
    "@hono/eslint-config": "1.0.2",
    "@inquirer/confirm": "5.1.8",
    "@inquirer/input": "4.1.8",
    "@inquirer/select": "4.1.0",
    "@types/node": "22.13.11",
    "commander": "13.1.0",
    "eslint": "9.23.0",
    "execa": "8.0.1",
    "nano-spawn": "1.0.1",
    "nanospinner": "1.2.2",
    "np": "10.2.0",
    "picocolors": "1.1.1",
    "prettier": "3.5.3",
    "typescript": "5.8.2",
    "vitest": "3.0.9"
  }
}
