1 | {
|
2 | "name": "@olegjs/on-change",
|
3 | "version": "1.0.3",
|
4 | "description": "Run a command when a file changes since last time the command was executed",
|
5 | "keywords": [
|
6 | "CLI",
|
7 | "automate",
|
8 | "change",
|
9 | "checksum",
|
10 | "command",
|
11 | "dev",
|
12 | "development",
|
13 | "file",
|
14 | "script",
|
15 | "sha",
|
16 | "tool"
|
17 | ],
|
18 | "repository": "github:olegjs/on-change",
|
19 | "license": "ICS",
|
20 | "author": "Oleg",
|
21 | "main": "on-change.js",
|
22 | "bin": {
|
23 | "on-change": "./on-change.js"
|
24 | },
|
25 | "scripts": {
|
26 | "test": "node on-change.test.js"
|
27 | },
|
28 | "prettier": {
|
29 | "proseWrap": "always",
|
30 | "semi": false,
|
31 | "singleQuote": true,
|
32 | "trailingComma": "all"
|
33 | },
|
34 | "dependencies": {
|
35 | "chalk": "^2.4.2",
|
36 | "yargs": "^13.3.0"
|
37 | }
|
38 | }
|