{
  "name": "@marko/compile",
  "description": "Compile Marko files",
  "version": "4.1.2",
  "bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md",
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "argly": "^1.2.0",
    "glob": "^7.1.6",
    "lasso-package-root": "^1.0.1",
    "resolve-from": "^5.0.0",
    "update-notifier": "^4.1.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/marko-js/cli/tree/master/packages/compile",
  "keywords": [
    "compile",
    "marko",
    "util",
    "utility"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "bin": {
    "marko-compile": "./dist/bin.js"
  },
  "maintainers": [
    "Patrick Steele-Idem <pnidem@gmail.com>",
    "Michael Rawlings <ml.rawlings@gmail.com>",
    "Austin Kelleher <a@alk.im>",
    "Dylan Piercey <pierceydylan@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/marko-js/cli"
  },
  "gitHead": "ae929fa17a7077a50b2621138e91cb7c545ae174"
}
