turbo-sync/package.json
Benjamin Toby 219db3d88e Updates
2025-01-16 07:12:45 +01:00

22 lines
558 B
JSON

{
"name": "@moduletrace/turbosync",
"version": "1.0.0",
"module": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"compile": "bun build index.ts --compile --outfile bin/turbosync",
"dev": "node index.js --watch"
},
"bin": {
"turbosync": "./dist/index.js"
},
"description": "Sync files and directories with ease",
"main": "index.js",
"author": "Benjamin Toby",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.2"
}
}