-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "tabby-claude-fix",
"version": "1.0.0",
"description": "Tabby plugin that sends backslash newline (\\\\n) for line continuation",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tabby",
"tabby-plugin",
"terminal",
"hotkey"
],
"author": "ABen",
"license": "ISC",
"type": "commonjs",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
},
"devDependencies": {
"@types/node": "^24.3.1",
"typescript": "^4.9.5"
},
"dependencies": {
"tabby-claude-fix": "file:tabby-claude-fix-1.0.0.tgz",
"tabby-core": "^1.0.197-nightly.1",
"tabby-settings": "^1.0.197-nightly.1",
"tabby-terminal": "^1.0.197-nightly.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ben91lin/tabby-backslash-newline.git"
},
"bugs": {
"url": "https://github.com/ben91lin/tabby-backslash-newline/issues"
},
"homepage": "https://github.com/ben91lin/tabby-backslash-newline#readme",
"tabbyPlugin": {
"name": "tabby-claude-fix",
"displayName": "Claude Code Fix",
"description": "Fixes Claude Code in Tabby - scroll fix and Shift+Enter newline"
}
}