UNPKG

spawn-auto-restart

Version:
31 lines (30 loc) 567 B
{ "name": "spawn-auto-restart", "version": "3.0.0", "description": "spawn-auto-restart", "main": "src/index.js", "author": "Max Claus Nunes <maxcnunes@gmail.com>", "scripts": { "test": "eslint src/" }, "keywords": [ "spawn", "watch", "auto", "restart" ], "repository": { "type": "git", "url": "https://github.com/maxcnunes/spawn-auto-restart" }, "dependencies": { "chokidar": "^3.4.2", "debug": "^4.1.1" }, "devDependencies": { "eslint": "^7.15.0" }, "engines": { "node": ">= 10.13.0" } }