Files
metabuilder/packages/github_tools/package.json
2025-12-30 13:06:31 +00:00

22 lines
502 B
JSON

{
"name": "@metabuilder/github-tools",
"version": "1.0.0",
"description": "GitHub integration tools including Actions viewer, run analysis, and workflow management",
"main": "seed/index.ts",
"scripts": {
"test": "lua-test --package github_tools"
},
"keywords": [
"github",
"actions",
"ci-cd",
"workflow",
"metabuilder"
],
"author": "MetaBuilder",
"license": "MIT",
"devDependencies": {
"@metabuilder/lua-test": "workspace:*"
}
}