74 lines
2.6 KiB
JSON
74 lines
2.6 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/tui",
|
|
"version": "1.17.2",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "bun test --timeout 30000 --only-failures",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.tsx",
|
|
"./builtins": "./src/feature-plugins/builtins.ts",
|
|
"./config": "./src/config/index.tsx",
|
|
"./context/args": "./src/context/args.tsx",
|
|
"./context/epilogue": "./src/context/epilogue.tsx",
|
|
"./context/exit": "./src/context/exit.tsx",
|
|
"./context/kv": "./src/context/kv.tsx",
|
|
"./context/project": "./src/context/project.tsx",
|
|
"./context/runtime": "./src/context/runtime.tsx",
|
|
"./context/sdk": "./src/context/sdk.tsx",
|
|
"./context/sync": "./src/context/sync.tsx",
|
|
"./context/theme": "./src/context/theme.tsx",
|
|
"./context/editor": "./src/context/editor.ts",
|
|
"./context/clipboard": "./src/context/clipboard.tsx",
|
|
"./attention": "./src/attention.ts",
|
|
"./editor": "./src/editor.ts",
|
|
"./editor-zed": "./src/editor-zed.ts",
|
|
"./runtime": "./src/runtime.tsx",
|
|
"./terminal-win32": "./src/terminal-win32.ts",
|
|
"./config/keybind": "./src/config/keybind.ts",
|
|
"./keymap": "./src/keymap.tsx",
|
|
"./prompt/display": "./src/prompt/display.ts",
|
|
"./plugin/runtime": "./src/plugin/runtime.tsx",
|
|
"./plugin/slots": "./src/plugin/slots.tsx",
|
|
"./plugin/command-shim": "./src/plugin/command-shim.ts",
|
|
"./parsers-config": "./src/parsers-config.ts",
|
|
"./util/error": "./src/util/error.ts",
|
|
"./util/locale": "./src/util/locale.ts",
|
|
"./util/persistence": "./src/util/persistence.ts",
|
|
"./util/record": "./src/util/record.ts",
|
|
"./logo": "./src/logo.ts",
|
|
"./ui/dialog": "./src/ui/dialog.tsx",
|
|
"./ui/spinner": "./src/ui/spinner.ts",
|
|
"./ui/toast": "./src/ui/toast.tsx",
|
|
"./component/spinner": "./src/component/spinner.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/core": "workspace:*",
|
|
"@opencode-ai/plugin": "workspace:*",
|
|
"@opencode-ai/sdk": "workspace:*",
|
|
"@opencode-ai/ui": "workspace:*",
|
|
"@opentui/core": "catalog:",
|
|
"@opentui/keymap": "catalog:",
|
|
"@opentui/solid": "catalog:",
|
|
"@solid-primitives/scheduled": "1.5.2",
|
|
"clipboardy": "4.0.0",
|
|
"diff": "catalog:",
|
|
"effect": "catalog:",
|
|
"fuzzysort": "catalog:",
|
|
"open": "10.1.2",
|
|
"opentui-spinner": "catalog:",
|
|
"remeda": "catalog:",
|
|
"strip-ansi": "7.1.2",
|
|
"solid-js": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/bun": "catalog:",
|
|
"@types/bun": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
}
|
|
}
|