-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "claude-code-action",
"version": "0.0.0-managed-by-semantic-release",
"private": true,
"type": "module",
"packageManager": "npm@12.0.2+sha512.b885e890b9418fa1693544d05f53e64f9a73ec194837d4258b15fecdd692347b1dd2a517b1b0cbaf9d31cd8e92c3b70956bd2ecc72833a57b4b3098f5bfa7943",
"engines": {
"node": ">=22.22.1 <23.0.0 || >=23.6.0"
},
"description": "Runs Claude Code for pull-request review, issue triage, or interactive @claude assistance, with shared org-wide prompts and per-mode tool allowlists.",
"scripts": {
"prepare": "husky",
"typecheck": "tsc",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@anthropic-ai/claude-code": "2.1.259",
"@commitlint/cli": "21.2.2",
"@commitlint/config-conventional": "21.2.2",
"@eslint/json": "2.1.0",
"@eslint/markdown": "8.0.3",
"@exadev/eslint-config": "2.12.3",
"@semantic-release/changelog": "7.0.0",
"@semantic-release/git": "11.0.1",
"@types/node": "26.4.1",
"eslint": "10.9.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.6",
"eslint-plugin-yml": "3.8.1",
"husky": "9.1.7",
"jiti": "2.7.0",
"lint-staged": "17.4.1",
"prettier": "3.9.6",
"semantic-release": "25.0.9",
"turbo": "2.10.12",
"typescript": "6.0.3",
"typescript-eslint": "8.69.0"
},
"allowScripts": {
"@anthropic-ai/claude-code@2.1.259": true
}
}