{
  "name": "npm-link-better",
  "version": "0.9.0",
  "description": "npm link alternative",
  "main": "lib",
  "bin": {
    "npm-link-better": "bin/index.js",
    "nlb": "bin/index.js",
    "npm-link-copy": "bin/copy.js",
    "nlc": "bin/copy.js",
    "npm-link-quick": "bin/quick.js",
    "nlq": "bin/quick.js",
    "npm-link-save": "bin/save.js",
    "nls": "bin/save.js"
  },
  "repository": "laggingreflex/npm-link-better",
  "dependencies": {
    "debounce-queue": "^0.3.0",
    "debug": "^4.3.4",
    "fs-extra": "^7.0.1",
    "node-watch": "^0.6.0",
    "yargs": "^12.0.5"
  },
  "devDependencies": {
    "mochista": "^0.20.2",
    "proxyquire": "^2.1.0"
  }
}
