2024-10-16 04:44:48 +00:00
|
|
|
{
|
2024-10-16 05:50:00 +00:00
|
|
|
"name": "turbosync",
|
2024-10-16 07:34:18 +00:00
|
|
|
"version": "1.2.1",
|
2024-10-16 04:44:48 +00:00
|
|
|
"module": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.ts",
|
|
|
|
"build": "tsc",
|
|
|
|
"dev": "node index.js --watch"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"turbosync": "./index.js"
|
|
|
|
},
|
2024-10-16 05:50:00 +00:00
|
|
|
"description": "Sync files and directories with ease",
|
2024-10-16 04:44:48 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"author": "Benjamin Toby",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|