Updates
This commit is contained in:
+4
-4
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@moduletrace/turbosync",
|
||||
"version": "1.0.0",
|
||||
"module": "index.js",
|
||||
"module": "dist/index.js",
|
||||
"scripts": {
|
||||
"start": "node index.ts",
|
||||
"start": "node dist/index.js",
|
||||
"build": "tsc",
|
||||
"compile": "bun build index.js --compile --outfile bin/turbosync",
|
||||
"compile": "bun build index.ts --compile --outfile bin/turbosync",
|
||||
"dev": "node index.js --watch"
|
||||
},
|
||||
"bin": {
|
||||
"turbosync": "./index.js"
|
||||
"turbosync": "./dist/index.js"
|
||||
},
|
||||
"description": "Sync files and directories with ease",
|
||||
"main": "index.js",
|
||||
|
||||
Reference in New Issue
Block a user