{
  "name": "@manifesto-ai/skills",
  "version": "5.0.0",
  "description": "LLM knowledge pack for Manifesto with Codex and Claude Code integration guidance",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "manifesto",
    "codex",
    "llm",
    "claude-code",
    "cursor",
    "windsurf",
    "ai-coding",
    "skills",
    "vibe-rules"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manifesto-ai/skills.git"
  },
  "exports": {
    ".": "./llms.js",
    "./llms": "./llms.js"
  },
  "bin": {
    "manifesto-skills": "scripts/manifesto-skills.mjs"
  },
  "scripts": {
    "check:stale": "node scripts/check-stale-patterns.mjs",
    "test": "node scripts/check-stale-patterns.mjs"
  },
  "files": [
    "SKILL.md",
    "README.md",
    "llms.js",
    "knowledge/**",
    "claude-code/**",
    "tracking/**",
    "scripts/**"
  ]
}
