Sync actions from atomicqms-style deployment
Actions synced: Synced at: 2025-12-27T16:24:04Z
This commit is contained in:
25
claude-code-gitea-action-slim/package.json
Normal file
25
claude-code-gitea-action-slim/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@anthropic-ai/claude-code-action-slim",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/github": "^6.0.1",
|
||||
"@modelcontextprotocol/sdk": "^1.11.0",
|
||||
"@octokit/rest": "^22.0.0",
|
||||
"@octokit/webhooks-types": "^7.6.1",
|
||||
"node-fetch": "^3.3.2",
|
||||
"zod": "^3.24.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "1.2.11",
|
||||
"@types/node": "^20.0.0",
|
||||
"prettier": "3.5.3",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Lab Ticket
Block a user