mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
22 lines
502 B
JSON
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:*"
|
|
}
|
|
}
|