mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "get-shit-done-cc",
|
|
"version": "1.9.13",
|
|
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode and Gemini by TÂCHES.",
|
|
"bin": {
|
|
"get-shit-done-cc": "bin/install.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"commands",
|
|
"get-shit-done",
|
|
"agents",
|
|
"hooks/dist",
|
|
"scripts"
|
|
],
|
|
"keywords": [
|
|
"claude",
|
|
"claude-code",
|
|
"ai",
|
|
"meta-prompting",
|
|
"context-engineering",
|
|
"spec-driven-development",
|
|
"gemini",
|
|
"gemini-cli"
|
|
],
|
|
"author": "TÂCHES",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/glittercowboy/get-shit-done.git"
|
|
},
|
|
"homepage": "https://github.com/glittercowboy/get-shit-done",
|
|
"bugs": {
|
|
"url": "https://github.com/glittercowboy/get-shit-done/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.7.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"esbuild": "^0.24.0"
|
|
},
|
|
"scripts": {
|
|
"build:hooks": "node scripts/build-hooks.js",
|
|
"prepublishOnly": "npm run build:hooks"
|
|
}
|
|
}
|