@sisu-ai/tool-github-projects
Version:
Utilities for integrating with GitHub Projects (Projects v2) via GraphQL. Exposes tools to list issues, fetch issue details, list status columns, move issues between columns, and update issue title/body.
38 lines (37 loc) • 727 B
JSON
{
"name": "@sisu-ai/tool-github-projects",
"version": "4.0.2",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -b"
},
"dependencies": {
"zod": "^3.23.8"
},
"peerDependencies": {
"@sisu-ai/core": "1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/finger-gun/sisu",
"directory": "packages/tools/github-projects"
},
"homepage": "https://github.com/finger-gun/sisu#readme",
"bugs": {
"url": "https://github.com/finger-gun/sisu/issues"
},
"keywords": [
"sisu",
"ai",
"ai-agent",
"agentic",
"tool",
"github-projects"
]
}