Files
OpenQode/package.json

32 lines
714 B
JSON

{
"name": "openqode-tui",
"version": "1.2.2",
"author": "Trae & Gemini",
"private": true,
"dependencies": {
"clipboardy": "^4.0.0",
"diff": "^8.0.2",
"he": "^1.2.0",
"ink": "^4.0.0",
"ink-select-input": "^5.0.0",
"ink-spinner": "^5.0.0",
"ink-syntax-highlight": "^2.0.2",
"ink-text-input": "^5.0.0",
"playwright": "^1.57.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"unified": "^11.0.5"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"start": "node bin/opencode-ink.mjs"
}
}