{ "name": "turbosync", "version": "1.3.2", "module": "index.js", "scripts": { "start": "node index.ts", "build": "tsc", "dev": "node index.js --watch" }, "bin": { "turbosync": "./index.js" }, "description": "Sync files and directories with ease", "main": "index.js", "author": "Benjamin Toby", "license": "ISC" }