{
  "name": "grounded-workflows",
  "version": "0.2.0",
  "description": "Knowledge-driven Markdown skill bundle for DeepWiki-grounded brainstorming, planning, and critique workflows.",
  "private": false,
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/autonomous-hub/grounded_workflows.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/autonomous-hub/grounded_workflows/issues"
  },
  "homepage": "https://github.com/autonomous-hub/grounded_workflows#readme",
  "bin": {
    "grounded-workflows": "bin/install-skills.js"
  },
  "keywords": [
    "ai",
    "skills",
    "deepwiki",
    "workflow",
    "grounded",
    "markdown"
  ],
  "files": [
    "SKILL.md",
    "README.md",
    "skills",
    "protocols",
    "templates",
    "examples",
    "bin"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test",
    "prepublishOnly": "npm test"
  }
}
