First Commit

This commit is contained in:
Benjamin Toby
2024-10-16 05:44:48 +01:00
commit 21d6ba5733
8 changed files with 632 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "turbo-sync",
"version": "1.0.0",
"module": "index.js",
"scripts": {
"start": "node index.ts",
"build": "tsc",
"dev": "node index.js --watch"
},
"bin": {
"turbo-sync": "./index.js",
"turbosync": "./index.js"
},
"description": "To install dependencies:",
"main": "index.js",
"author": "Benjamin Toby",
"license": "ISC"
}