79031da543
Spell checking / Report (Push) (push) Blocked by required conditions
Spell checking / Report (PR) (push) Blocked by required conditions
Spell checking / Check Spelling (push) Has been cancelled
Spell checking / Update PR (push) Has been cancelled
Publish Dev Docs Website / build (push) Failing after 1s
Publish Dev Docs Website / deploy (push) Has been skipped
21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"name": "github-artifacts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "node test-token-allowlist.js && node test-github_issue_images.js && node test-github_issue_attachments.js",
|
|
"test:unit": "node test-token-allowlist.js",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"jszip": "^3.10.1",
|
|
"zod": "^3.25.76"
|
|
}
|
|
}
|