plugin.json 353 B

12345678910111213
  1. {
  2. "name": "stripe",
  3. "description": "Stripe development plugin for Claude",
  4. "version": "0.1.0",
  5. "author": {
  6. "name": "Stripe",
  7. "url": "https://stripe.com"
  8. },
  9. "homepage": "https://docs.stripe.com",
  10. "repository": "https://github.com/stripe/ai",
  11. "license": "MIT",
  12. "keywords": ["stripe", "payments", "webhooks", "api", "security"]
  13. }