Files
get-shit-done/package.json
Lex Christopherson 41d27bae84 1.4.16
2026-01-14 09:56:17 -06:00

31 lines
638 B
JSON

{
"name": "get-shit-done-cc",
"version": "1.4.16",
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.",
"bin": {
"get-shit-done-cc": "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"
}
}