{ "name": "@elizaos/plugin-github", "version": "2.0.3-beta.7", "description": "GitHub integration plugin for elizaOS agents — PRs, issues, notifications via the GitHub REST API", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "eliza-source": { "types": "./src/index.ts", "import": "./src/index.ts", "default": "./src/index.ts" }, "import": "./dist/index.js", "default": "./dist/index.js" }, "./*.css": "./dist/*.css", "./*": { "types": "./dist/*.d.ts", "eliza-source": { "types": "./src/*.ts", "import": "./src/*.ts", "default": "./src/*.ts" }, "import": "./dist/*.js", "default": "./dist/*.js" } }, "files": [ "registry-entry.json", "dist" ], "scripts": { "build": "tsup src/index.ts src/register-routes.ts --format esm --dts --clean", "test": "vitest run", "typecheck": "tsgo --noEmit", "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo", "lint": "bunx @biomejs/biome check --write --unsafe .", "lint:check": "bunx @biomejs/biome check .", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format ." }, "dependencies": { "@elizaos/core": "workspace:*", "@octokit/rest": "^22.0.0" }, "peerDependencies": { "@elizaos/core": "workspace:*" }, "devDependencies": { "@types/node": "24.12.2", "tsup": "8.5.1", "typescript": "^6.0.3", "vitest": "4.1.10" }, "publishConfig": { "access": "public" } }