feat: combine TUI UX from alexhancock/tui-goodness with publishing config from jackamadeo/package-tui (#7683)

Co-authored-by: Jack Amadeo <jamadeo@squareup.com>
This commit is contained in:
Alex Hancock
2026-03-06 14:22:37 -05:00
committed by GitHub
parent 178197923e
commit a36ca9a07b
27 changed files with 4101 additions and 429 deletions
+7 -4
View File
@@ -1,11 +1,14 @@
{
"name": "goose-acp-types",
"name": "@block/goose-acp",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"generate": "tsx generate-schema.ts",
"lint": "tsc --noEmit",
"format": "prettier --write src/"