{ "name": "turbo-sync", "version": "1.0.0", "module": "index.js", "scripts": { "start": "node index.ts", "build": "tsc", "dev": "node index.js --watch" }, "bin": { "turbo-sync": "./index.js", "turbosync": "./index.js" }, "description": "To install dependencies:", "main": "index.js", "author": "Benjamin Toby", "license": "ISC" }