UNPKG

@olegjs/on-change

Version:

Run a command when a file changes since last time the command was executed

39 lines (38 loc) 728 B
{ "name": "@olegjs/on-change", "version": "1.0.3", "description": "Run a command when a file changes since last time the command was executed", "keywords": [ "CLI", "automate", "change", "checksum", "command", "dev", "development", "file", "script", "sha", "tool" ], "repository": "github:olegjs/on-change", "license": "ICS", "author": "Oleg", "main": "on-change.js", "bin": { "on-change": "./on-change.js" }, "scripts": { "test": "node on-change.test.js" }, "prettier": { "proseWrap": "always", "semi": false, "singleQuote": true, "trailingComma": "all" }, "dependencies": { "chalk": "^2.4.2", "yargs": "^13.3.0" } }