18 lines
389 B
JSON
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"
|
|
}
|