26 lines
610 B
JSON
26 lines
610 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/merman",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./plugin": "./src/plugin.ts"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test --timeout 30000 --only-failures",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/plugin": "workspace:*",
|
|
"@opentui/core": "catalog:",
|
|
"entities": "7.0.1",
|
|
"string-width": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/bun": "catalog:",
|
|
"@types/bun": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
}
|
|
}
|