diff --git a/package.json b/package.json index dbe4a3e..ab6d9b0 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,28 @@ { "name": "sandlot", "version": "0.0.1", + "description": "Sandboxed, branch-based development with Claude", "type": "module", "bin": { "sandlot": "./src/cli.ts" }, + "files": [ + "src", + "completions" + ], + "keywords": [ + "git", + "worktree", + "container", + "apple-container", + "claude", + "cli" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://git.nose.space/defunkt/sandlot" + }, "dependencies": { "commander": "^14.0.3" },