ws-filewatcher
Version:
Ws-Filewatcher is a cli that will watch for file change and open a websocket server where it will send a message everytime the file is updated
35 lines (34 loc) • 797 B
JSON
{
"name": "ws-filewatcher",
"author": "Jules Guesnon<guesnonj@outlook.fr>",
"version": "0.2.0",
"main": "src/Index.bs.js",
"bin": {
"ws-filewatcher": "./bin/ws-filewatcher.js"
},
"scripts": {
"clean": "bsb -clean-world",
"build": "bsb -make-world",
"watch": "bsb -make-world -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JulesGuesnon/Ws-Filewatcher.git"
},
"keywords": [
"BuckleScript",
"WebSockets",
"File",
"Watcher",
"FileWatcher",
"Reason",
"ReasonML"
],
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"ws": "^7.3.1",
"yargs": "^15.4.1",
"bs-platform": "^8.0.3"
}
}