tw-runner
Version:
Run and manage Tower Website projects with this utility.
26 lines (25 loc) • 550 B
JSON
{
"name": "tw-runner",
"version": "1.0.18",
"type": "module",
"description": "Run and manage Tower Website projects with this utility.",
"bin": {
"runner": "bin/start.js"
},
"scripts": {
"runner": "node bin/start.js",
"postinstall": "echo '🔔 Tip: Use `runner-update` to check for updates.'"
},
"keywords": [
"tw",
"tower",
"runner"
],
"author": "Mohammad Mukhtar",
"license": "ISC",
"dependencies": {
"child_process": "^1.0.2",
"inquirer": "^12.6.3",
"update-notifier": "^7.3.1"
}
}