{
  "$schema": "https://raw.githubusercontent.com/oresoftware/npm-link-up/master/assets/nlu.schema.json",
  "npm-link-up": true,
  "linkable": true,
  "linkToItself": false,
  "comments": [
    "your comments go here"
  ],
  "searchRoots": [
    "$HOME/foobar"
  ],
  "ignore": [
    "/node_modules/",
    "/.git/"
  ],
  "list": [
    "foo",
    "bar"
  ]
}
