UNPKG

@olegjs/on-change

Version:

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

32 lines (31 loc) 630 B
{ "name": "@olegjs/on-change", "version": "1.0.2", "description": "Run a command when a file changes since last time the command was executed", "keywords": [ "change", "checksum", "file", "sha" ], "repository": "github:olegjs/on-change", "license": "MIT", "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" } }