rebootify
Version:
A Faster and lightweight alertnative to nodemon to monitor your Node Application
43 lines (42 loc) • 924 B
JSON
{
"name": "rebootify",
"version": "1.0.0",
"description": "A Faster and lightweight alertnative to nodemon to monitor your Node Application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"rebootify": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/PraveenMistry/Rebootify"
},
"keywords": [
"nodemon",
"alternative",
"restart",
"node",
"Watchify",
"FileWatcher",
"AutoNode",
"DevReloader",
"CodeGuard",
"ReNode",
"AutoRestart",
"NodeReboot",
"Chokinet",
"ReloadMaster"
],
"author": "Praveen Kumar Suthar",
"license": "ISC",
"bugs": {
"url": "https://github.com/PraveenMistry/Rebootify/issues"
},
"homepage": "https://github.com/PraveenMistry/Rebootify#readme",
"dependencies": {
"chalk": "^4.1.2",
"chokidar": "^4.0.3"
}
}