{
  "name": "potetos-for-everyone",
  "version": "0.1.0",
  "description": "Universal pstack and Poteto Mode engineering workflow for Claude Code, Cursor, Codex, Gemini, and all AI coding agents. Drop-in pstack-claude alternative with native plugin support.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "potetos": "npm/potetos.mjs",
    "potetos-for-everyone": "npm/potetos.mjs"
  },
  "files": [
    "npm/",
    "bin/",
    "runtime/",
    "adapters/",
    "skills/",
    "agents/",
    "automations/",
    "docs/",
    "assets/",
    "hooks/",
    ".claude-plugin/",
    ".codex-plugin/",
    ".agents/",
    "AGENTS.md",
    "PORTABILITY.md",
    "NOTICE.md",
    "UPSTREAM.json",
    "UPSTREAM_INVENTORY.json",
    "VERSION",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "test": "node --test tests/npm.test.mjs",
    "postinstall": "node npm/postinstall.mjs",
    "test:npm": "node --test tests/npm.test.mjs",
    "check:pack": "node scripts/check_npm_package.mjs",
    "prepack": "node scripts/check_npm_package.mjs"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheOnlyFusionCube/potetos-for-everyone.git"
  },
  "homepage": "https://github.com/TheOnlyFusionCube/potetos-for-everyone#readme",
  "bugs": {
    "url": "https://github.com/TheOnlyFusionCube/potetos-for-everyone/issues"
  },
  "keywords": [
    "pstack",
    "pstack-claude",
    "pstack-for-claude",
    "poteto-mode",
    "lauren-tan",
    "claude-code",
    "claude-code-plugin",
    "claude-plugin",
    "claude-skills",
    "claude",
    "anthropic",
    "codex",
    "codex-plugin",
    "cursor",
    "cursor-rules",
    "gemini",
    "gemini-cli",
    "windsurf",
    "cline",
    "roo-code",
    "continue-dev",
    "copilot",
    "github-copilot",
    "agent-skills",
    "ai-agents",
    "coding-agents",
    "developer-tools",
    "tdd",
    "test-driven-development",
    "multi-agent",
    "subagents",
    "pi-package",
    "pi-pstack",
    "open-pstack",
    "skills-cli",
    "pstack-without-cursor",
    "worktrees"
  ],
  "pi": {
    "skills": ["./skills"],
    "prompts": [".codex-plugin/prompts"]
  },
  "publishConfig": {
    "access": "public"
  }
}
