{
  "name": "create-sekiban-app",
  "version": "0.1.0-alpha.8",
  "description": "Create a new Sekiban application with Dapr",
  "type": "module",
  "bin": {
    "create-sekiban-app": "./create-sekiban-app.js"
  },
  "files": [
    "create-sekiban-app.js",
    "template"
  ],
  "scripts": {
    "test": "echo \"No tests yet\""
  },
  "keywords": [
    "sekiban",
    "event-sourcing",
    "cqrs",
    "dapr",
    "template",
    "scaffolding"
  ],
  "author": "Sekiban Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/J-Tech-Japan/Sekiban",
    "directory": "ts/templates/sekiban-sample"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}