@logicssoftwarenpmjs/nodemon-alternative
Version:
A more aggressive Node.js process manager and file watcher with built-in Windows port management
62 lines (61 loc) • 1.35 kB
JSON
{
"name": "@logicssoftwarenpmjs/nodemon-alternative",
"version": "1.0.7",
"description": "A more aggressive Node.js process manager and file watcher with built-in Windows port management",
"type": "module",
"main": "src/index.js",
"bin": {
"nodemon-alternative": "./bin/cli.js"
},
"files": [
"bin",
"src",
"README.md",
"LICENSE",
"nodemon-alternative.json"
],
"scripts": {
"start": "node bin/cli.js"
},
"keywords": [
"nodemon",
"nodemon-alternative",
"nodemon alternative",
"nodemon alternatives",
"alternative to nodemon",
"nodejs auto reload",
"nodejs server reload",
"nodejs file watcher",
"file change reload",
"server restart",
"live reload",
"hot reload",
"process manager",
"windows dev tools",
"development",
"nodejs"
],
"author": {
"name": "Logics Software GmbH",
"email": "info@logics.de",
"url": "https://www.logics-connect.de/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/LogicsSoftwareGmbH/nodemon-alternative.git"
},
"bugs": {
"url": "https://github.com/LogicsSoftwareGmbH/nodemon-alternative/issues"
},
"homepage": "https://github.com/LogicsSoftwareGmbH/nodemon-alternative#readme",
"dependencies": {
"chokidar": "^3.6.0"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
}
}