-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 727 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
{
"name": "gsd-plugin",
"version": "2.45.0",
"description": "Performance-optimized plugin packaging of GSD (Get Shit Done) for Claude Code",
"private": true,
"scripts": {
"validate:gsd-plugin": "node bin/validate-plugin.cjs .claude-plugin/plugin.json"
},
"keywords": [
"claude-code",
"plugin",
"workflow",
"gsd",
"mcp"
],
"author": "Jasper Nuyens",
"contributors": [
{
"name": "TACHES (Lex Christopherson)",
"url": "https://github.com/gsd-build/get-shit-done"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jnuyens/gsd-plugin.git"
},
"devDependencies": {
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1"
}
}