turbo-sync/package.json
Benjamin Toby f2892f1bf4 Updates
2024-10-16 12:39:14 +01:00

18 lines
389 B
JSON

{
"name": "turbosync",
"version": "1.3.4",
"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"
}