{
  "name": "waypoint-skills",
  "version": "1.3.0",
  "description": "Multi-platform agentic skills for AI assistants — wp framework, agents, rules, hooks",
  "keywords": [
    "skills",
    "ai",
    "cursor",
    "claude",
    "codex",
    "agents",
    "wp",
    "waypoint"
  ],
  "license": "MIT",
  "homepage": "https://github.com/quenginedev/waypoint.sk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quenginedev/waypoint.sk.git"
  },
  "bugs": {
    "url": "https://github.com/quenginedev/waypoint.sk/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "type": "module",
  "bin": {
    "waypoint-skills": "cli/bin/cli.js",
    "waypoint": "cli/bin/cli.js"
  },
  "files": [
    "cli/",
    "packages/",
    "scripts/",
    "skills/",
    "manifest.json",
    "README.npm.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node cli/bin/postinstall.mjs || true"
  }
}
