-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 645 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 645 Bytes
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
{
"name": "claude-code-github-workflow",
"version": "1.0.0",
"description": "Production-ready GitHub Actions + Claude Code automation blueprint",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [
"github-actions",
"claude-code",
"automation",
"workflow",
"ci-cd",
"blueprint"
],
"author": "Reza Rezvani",
"license": "MIT",
"devDependencies": {
"vitepress": "^1.0.0"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.0.0"
}