mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 03:35:09 +02:00
044c6d568e
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
35 lines
792 B
JSON
35 lines
792 B
JSON
{
|
|
"name": "gstack",
|
|
"version": "0.0.2",
|
|
"description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"bin": {
|
|
"browse": "./browse/dist/browse"
|
|
},
|
|
"scripts": {
|
|
"build": "bun build --compile browse/src/cli.ts --outfile browse/dist/browse",
|
|
"dev": "bun run browse/src/cli.ts",
|
|
"server": "bun run browse/src/server.ts",
|
|
"test": "bun test",
|
|
"start": "bun run browse/src/server.ts"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "^1.58.2",
|
|
"diff": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.0.0"
|
|
},
|
|
"keywords": [
|
|
"browser",
|
|
"automation",
|
|
"playwright",
|
|
"headless",
|
|
"cli",
|
|
"claude",
|
|
"ai-agent",
|
|
"devtools"
|
|
]
|
|
}
|