Files
get-shit-done/node_modules/get-shit-done-cc/package.json
Lex Christopherson 213b83ac17 Fix bin name and remove circular dependency
- bin: get-shit-done → get-shit-done-cc (matches package name)
- Removed self-referencing dependency

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 10:17:47 -06:00

31 lines
636 B
JSON

{
"name": "get-shit-done-cc",
"version": "1.0.3",
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.",
"bin": {
"get-shit-done": "./bin/install.js"
},
"files": [
"bin",
"commands",
"get-shit-done"
],
"keywords": [
"claude",
"claude-code",
"ai",
"meta-prompting",
"context-engineering",
"spec-driven-development"
],
"author": "TÂCHES",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/glittercowboy/get-shit-done.git"
},
"engines": {
"node": ">=16.7.0"
}
}