36 lines
650 B
JSON
36 lines
650 B
JSON
{
|
|
"name": "sandlot",
|
|
"version": "0.0.1",
|
|
"description": "Branch-based development with git worktrees and Apple Container",
|
|
"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://github.com/nichochar/sandlot.git"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^14.0.3"
|
|
},
|
|
"scripts": {
|
|
"test:markdown": "bun src/test-markdown.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.9"
|
|
}
|
|
}
|