{
  "name": "monorepo-2",
  "version": "0.0.1",
  "description": "> TODO: description",
  "author": "Jacek Smolak <jacek.smolak@gmail.com>",
  "homepage": "https://github.com/smolak/learning-how-monorepo-works#readme",
  "license": "MIT",
  "main": "lib/monorepo-2.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smolak/learning-how-monorepo-works.git",
    "directory": "packages/monorepo-2"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/smolak/learning-how-monorepo-works/issues"
  },
  "gitHead": "fc98bdc81c3741622a62376b4ece33b833716889"
}
