文件预览

package.json

查看 Simple Backup 技能包中的文件内容。

文件内容

package.json

{
  "name": "simple-backup",
  "version": "2.2.0",
  "description": "Secure, encrypted backup tool for agent workspaces using tar, gpg, and rclone.",
  "bin": {
    "simple-backup": "./simple-backup.sh"
  },
  "author": "VACInc",
  "license": "MIT",
  "files": [
    "simple-backup.sh",
    "SKILL.md"
  ],
  "dependencies": {
      "rclone": "*",
      "gpg": "*"
  }
}