First Commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user