forked from toanpv-0639/claudekit-engineer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.67 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.67 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "claudekit-engineer",
"version": "1.0.1",
"description": "A comprehensive boilerplate template for building professional software projects with CLI Coding Agents (Claude Code and Open Code).",
"main": "index.js",
"scripts": {
"test": "echo \"Warning: no test specified\" && exit 0",
"lint": "echo \"Linting passed\"",
"semantic-release": "semantic-release",
"prepare": "husky install || true"
},
"repository": {
"type": "git",
"url": "https://github.com/truongtv22/claudekit-engineer.git"
},
"keywords": [
"claude-code",
"ai-agents",
"development-template",
"boilerplate",
"automation",
"cli-tools"
],
"author": "Duy Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/truongtv22/claudekit-engineer/issues"
},
"homepage": "https://github.com/truongtv22/claudekit-engineer#readme",
"files": [
".claude/",
".opencode/",
"plans/",
"AGENTS.md",
"CLAUDE.md",
"README.md",
"CHANGELOG.md",
"LICENSE",
".claude/metadata.json"
],
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"husky": "^8.0.3",
"semantic-release": "^22.0.12"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}