UNPKG

sync-watcher

Version:

for watch files change

40 lines (39 loc) 841 B
{ "name": "sync-watcher", "version": "1.2.1", "description": "for watch files change", "author": "Sinpo", "license": "MIT", "private": false, "bin": { "sync-watcher": "dist/index.js" }, "scripts": { "build": "tsc", "push": "yarn run build && yalc push" }, "devDependencies": { "ts-node": "^10.9.1" }, "dependencies": { "@types/nodemon": "^1.19.2", "colors": "^1.4.0", "fs-extra": "^11.1.1", "nodemon": "^2.0.22" }, "repository": { "type": "git", "url": "https://github.com/Sinpo96/simple-dev-sync/blob/master/packages/sync-watcher/README.md" }, "keywords": [ "yalc", "nodemon", "automatic", "efficiency", "webpack", "自动化监听变更", "提高开发效率", "提效" ], "gitHead": "808256951ca5a83ffee0829de1b8efa76c181fe9" }