-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 874 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 874 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
30
31
32
33
34
35
{
"name": "@antonior/claude-code-setup",
"version": "2.0.10",
"description": "Install Antonio's full Claude Code setup: hooks, slash commands, skills, statusline, settings, and MCP servers (transcript-search + video-vision)",
"bin": {
"claude-code-setup": "bin/install.js"
},
"files": [
"bin/",
"files/"
],
"keywords": [
"claude",
"claude-code",
"anthropic",
"config",
"setup",
"mcp",
"hooks",
"dotfiles"
],
"author": "Antonio Radosav <antonio.radosav@protonmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RadosavAntonio/claude-code-setup.git"
},
"homepage": "https://github.com/RadosavAntonio/claude-code-setup#readme",
"bugs": {
"url": "https://github.com/RadosavAntonio/claude-code-setup/issues"
},
"engines": {
"node": ">=18"
}
}