{
  "name": "@deg-skeletor/plugin-watch",
  "version": "1.0.1",
  "description": "A Skeletor plugin for running tasks when watched files change",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "lint": "eslint index.js"
  },
  "author": "Ryan Heap <heaper@gmail.com>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deg-skeletor/skeletor-plugin-watch.git"
  },
  "peerDependencies": {
    "@deg-skeletor/core": "^1.0.0"
  },
  "dependencies": {
    "chokidar": "^2.0.3"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "jest": "^24.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "skeletor",
    "skeletor-plugin",
    "watch",
    "chokidar"
  ]
}
