{
  "name": "@bhoon716/skill-forge",
  "version": "1.4.0",
  "description": "Agent Skill Authoring & Distribution CLI Workspace",
  "main": "bin/cli.js",
  "bin": {
    "skill-forge": "bin/cli.js"
  },
  "scripts": {
    "test": "node tests/cli-smoke.test.js"
  },
  "files": [
    "bin",
    "skills",
    "README.md",
    "README.ko.md",
    "README.zh.md"
  ],
  "keywords": [
    "agent",
    "skills",
    "codex",
    "claude",
    "gemini"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  }
}
