{
  "a.js": {
    "type": "javascript",
    "fromBase": "public",
    "fromSrc": [
      "vendor/a1.js",
      "vendor/a2.js"
    ],
    "toBase": "../compiled",
    "toSrc": "a.js"
  },
  "b.js": {
    "type": "javascript",
    "fromBase": "",
    "fromSrc": "shared/b1.js",
    "toBase": "../compiled",
    "toSrc": "b/index.js"
  }
}