turbo-sync/package.json
2024-10-16 05:44:48 +01:00

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"
}