Files
anomalyco_opencode/packages/merman/package.json
T
2026-08-10 11:23:10 -04:00

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:"
}
}