{
  "name": "@h4shed/skill-linkedin-master-journalist",
  "version": "1.0.28",
  "description": "Draft polished LinkedIn release and thought-leadership posts.",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "dev": "tsc --project tsconfig.json --watch",
    "test": "echo \"No tests yet\""
  },
  "dependencies": {
    "@h4shed/mcp-core": "^1.0.29"
  },
  "devDependencies": {
    "@types/node": "^20.12.0",
    "typescript": "^5.3.2"
  },
  "keywords": [
    "mcp",
    "skill",
    "planning",
    "automation"
  ],
  "author": "Fused Gaming",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
