turbo-sync/package.json
Benjamin Toby efcee1bb11 Updates
2025-02-04 13:42:30 +01:00

26 lines
662 B
JSON

{
"name": "@moduletrace/turbosync",
"version": "1.0.4",
"module": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"compile": "bun build index.ts --compile --outfile bin/turbosync",
"dev": "tsc --watch"
},
"bin": {
"turbosync": "./dist/index.js"
},
"description": "Sync files and directories with ease",
"repository": {
"type": "git",
"url": "https://git.tben.me/Moduletrace/turbo-sync.git"
},
"main": "index.js",
"author": "Benjamin Toby",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.2"
}
}