{
  "name": "@raydeck/livelink",
  "version": "1.5.2",
  "description": "Manage linking dependencies via config file",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "yarn pack -f package.tgz",
    "watch": "./bin.js watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rhdeck/livelink.git"
  },
  "keywords": [
    "wml"
  ],
  "author": "Ray Deck",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rhdeck/livelink/issues"
  },
  "homepage": "https://github.com/rhdeck/livelink#readme",
  "dependencies": {
    "@raydeck/wml": "^0.0.2",
    "commander": "^5.1.0",
    "es6-deferred": "^1.3.0",
    "minimatch": "^3.0.4",
    "node-watch": "^0.6.4",
    "recursive-copy": "^2.0.10",
    "untildify": "^4.0.0"
  },
  "bin": "./bin.js",
  "devDependencies": {
    "eslint": "^7.1.0"
  }
}
