{
  "name": "tabby-backslash-newline",
  "version": "1.0.4",
  "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/core": "^15.0.0",
    "@angular/common": "^15.0.0",
    "@angular/forms": "^15.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.3.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "tabby-core": "^1.0.197-nightly.1",
    "tabby-terminal": "^1.0.197-nightly.1",
    "tabby-settings": "^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-backslash-newline",
    "displayName": "Backslash Newline",
    "description": "Adds Shift-Enter hotkey to send backslash newline for line continuation"
  }
}
