{
  "name": "@timakin/blog-agent-skills",
  "version": "1.0.1",
  "description": "日本語ブログ執筆スキルをClaude Codeにインストール",
  "type": "module",
  "bin": {
    "blog-agent-skills": "./dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "skills",
    "templates"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "claude",
    "claude-code",
    "blog",
    "skills",
    "japanese"
  ],
  "author": "timakin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/timakin/blog_agent.git"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0"
  }
}