19 lines
414 B
JSON
19 lines
414 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|