New Version
This commit is contained in:
+7
-3
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "turbosync",
|
||||
"version": "1.3.4",
|
||||
"name": "@moduletrace/turbosync",
|
||||
"version": "1.0.0",
|
||||
"module": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.ts",
|
||||
"build": "tsc",
|
||||
"compile": "bun build index.js --compile --outfile bin/turbosync",
|
||||
"dev": "node index.js --watch"
|
||||
},
|
||||
"bin": {
|
||||
@@ -13,5 +14,8 @@
|
||||
"description": "Sync files and directories with ease",
|
||||
"main": "index.js",
|
||||
"author": "Benjamin Toby",
|
||||
"license": "ISC"
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user