sandlot/package.json
2026-02-27 07:34:09 -08:00

36 lines
640 B
JSON

{
"name": "@because/sandlot",
"version": "0.0.12",
"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"
},
"scripts": {
"test:markdown": "bun src/test-markdown.ts"
},
"devDependencies": {
"@types/bun": "^1.3.9"
}
}