Add description, keywords, license, and repository

This commit is contained in:
Chris Wanstrath 2026-02-24 09:43:45 -08:00
parent 6face2560e
commit 4069015074

View File

@ -1,10 +1,28 @@
{ {
"name": "sandlot", "name": "sandlot",
"version": "0.0.1", "version": "0.0.1",
"description": "Branch-based development with git worktrees and Apple Container",
"type": "module", "type": "module",
"bin": { "bin": {
"sandlot": "./src/cli.ts" "sandlot": "./src/cli.ts"
}, },
"files": [
"src",
"completions"
],
"keywords": [
"git",
"worktree",
"container",
"apple-container",
"claude",
"cli"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nichochar/sandlot.git"
},
"dependencies": { "dependencies": {
"commander": "^14.0.3" "commander": "^14.0.3"
}, },