文件内容
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": "*"
}
}