{
  "name": "create-mahiro",
  "version": "16.0.0",
  "files": [
    "dist",
    "templates",
    "bin",
    "compiled"
  ],
  "bin": {
    "create-mahiro": "bin/create-mahiro.js"
  },
  "dependencies": {
    "commander": "11.1.0",
    "mustache": "4.2.0"
  },
  "devDependencies": {
    "@clack/prompts": "0.6.3",
    "@types/mustache": "^4.2.4",
    "chalk": "^5.3.0",
    "create-mahiro": "link:./",
    "mahiro": "16.0.0"
  },
  "scripts": {
    "dev": "tsc -w",
    "build": "rimraf dist && tsc --declarationMap false",
    "tsc:check": "tsc --noEmit",
    "build:deps": "dora build"
  }
}