This commit is contained in:
Benjamin Toby 2025-01-16 07:16:31 +01:00
parent 219db3d88e
commit de429f4d2d

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/turbosync", "name": "@moduletrace/turbosync",
"version": "1.0.0", "version": "1.0.1",
"module": "dist/index.js", "module": "dist/index.js",
"scripts": { "scripts": {
"start": "node dist/index.js", "start": "node dist/index.js",
@ -12,6 +12,10 @@
"turbosync": "./dist/index.js" "turbosync": "./dist/index.js"
}, },
"description": "Sync files and directories with ease", "description": "Sync files and directories with ease",
"repository": {
"type": "git",
"url": "https://git.tben.me/Moduletrace/turbo-sync.git"
},
"main": "index.js", "main": "index.js",
"author": "Benjamin Toby", "author": "Benjamin Toby",
"license": "ISC", "license": "ISC",