{
  "$schema": "https://www.raycast.com/schemas/extension.json",
  "name": "copy-next-line-command",
  "title": "Copy next line comand",
  "description": "Copy the next line from the clipboard as separate history entries.",
  "icon": "icon.png",
  "author": "anton",
  "categories": ["Productivity"],
  "license": "MIT",
  "commands": [
    {
      "name": "copy-next-line",
      "title": "Copy next line comand",
      "description": "Split the clipboard into lines and store them as separate clipboard history items.",
      "mode": "no-view"
    }
  ],
  "dependencies": {
    "@raycast/api": "^1.78.0"
  },
  "devDependencies": {
    "@raycast/eslint-config": "^1.0.11",
    "@types/node": "20.12.7",
    "@types/react": "18.3.3",
    "eslint": "^8.57.0",
    "prettier": "^3.3.2",
    "typescript": "5.4.5"
  },
  "scripts": {
    "build": "ray build -e dist",
    "dev": "ray develop",
    "fix-lint": "ray lint --fix",
    "lint": "ray lint",
    "publish": "npx @raycast/api@latest publish"
  }
}
