Merge branch 'publish-setup'
This commit is contained in:
commit
a671d95379
18
package.json
18
package.json
|
|
@ -1,10 +1,28 @@
|
||||||
{
|
{
|
||||||
"name": "sandlot",
|
"name": "sandlot",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"description": "Sandboxed, branch-based development with Claude",
|
||||||
"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://git.nose.space/defunkt/sandlot"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^14.0.3"
|
"commander": "^14.0.3"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user