{
  "name": "example-plugin",
  "version": "1.0.0",
  "description": "An example plugin for Gancio",
  "type": "module",
  "exports": "./index.ts",
  "main": "./index.ts"
}