36 lines
826 B
JSON
36 lines
826 B
JSON
{
|
|
"name": "pull-request-skill",
|
|
"version": "1.0.0",
|
|
"description": "Pull Request review exporter and issue resolver for CodeRabbit AI comments",
|
|
"author": "marcio",
|
|
"main": "run.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"setup": "bun install",
|
|
"download": "bun run pr-review.ts",
|
|
"download-pr": "bun run pr-review.ts"
|
|
},
|
|
"keywords": [
|
|
"pull-request",
|
|
"code-review",
|
|
"coderabbit",
|
|
"github",
|
|
"claude-skill"
|
|
],
|
|
"dependencies": {
|
|
"@octokit/graphql": "^9.0.2",
|
|
"@octokit/plugin-retry": "^8.0.2",
|
|
"@octokit/plugin-throttling": "^11.0.2",
|
|
"@octokit/rest": "^22.0.0",
|
|
"@octokit/types": "^15.0.1",
|
|
"@types/node": "^24.9.1",
|
|
"dotenv": "^17.2.3",
|
|
"winston": "^3.18.3",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|