{ "name": "delta-backup", "version": "0.1.0", "type": "module", "description": "Space-efficient directory backups using binary deltas", "bin": { "delta-backup": "./bin/delta-backup.js" }, "scripts": { "start": "node bin/delta-backup.js" } }