New Version

This commit is contained in:
Benjamin Toby
2024-12-25 20:38:57 +01:00
parent f2892f1bf4
commit ae4706c4c4
9 changed files with 95 additions and 92 deletions
+7 -3
View File
@@ -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"
}
}