{
  "name": "pesy",
  "version": "0.4.4",
  "description": "\"Esy Pesy\" - Your Esy Assistant.",
  "bin" : { "pesy" : "./pesy" },
  "esy": {
    "install": [
      "mkdir #{self.install / 'bin' / 'azure-ci-template'}",
      "cp #{self.root / 'azure-ci-template' / 'azure-pipelines.yml'} #{self.install / 'bin' / 'azure-ci-template/' / 'azure-pipelines.yml'}",
      "cp #{self.root / 'azure-ci-template' / 'esy-build-steps.template.yml'} #{self.install / 'bin' / 'azure-ci-template/' / 'esy-build-steps.template.yml'}",
      "cp #{self.root / 'azure-ci-template' / 'publish-build-cache.yml'} #{self.install / 'bin' / 'azure-ci-template/' / 'publish-build-cache.yml'}",
      "cp #{self.root / 'azure-ci-template' / 'restore-build-cache.yml'} #{self.install / 'bin' / 'azure-ci-template/' / 'restore-build-cache.yml'}",
      "cp #{self.root / 'pesy'} #{self.install / 'bin' / 'pesy'}",
      "cp #{self.root / 'pesy-header.sh'} #{self.install / 'bin' / 'pesy-header.sh'}",
      "cp #{self.root / 'pesy-footer.template.sh'} #{self.install / 'bin' / 'pesy-footer.template.sh'}",
      "cp #{self.root / 'pesy-genBin.template.sh'} #{self.install / 'bin' / 'pesy-genBin.template.sh'}",
      "cp #{self.root / 'pesy-genLib.template.sh'} #{self.install / 'bin' / 'pesy-genLib.template.sh'}",
      "cp #{self.root / 'pesy-JSON.sh'} #{self.install / 'bin' / 'pesy-JSON.sh'}",
      "cp #{self.root / 'pesy-create.sh'} #{self.install / 'bin' / 'pesy-create.sh'}",
      "cp #{self.root / 'pesy-name-utils.sh'} #{self.install / 'bin' / 'pesy-name-utils.sh'}",
      "cp #{self.root / 'pesy-gitignore.template'} #{self.install / 'bin' / 'pesy-gitignore.template'}",
      "cp #{self.root / 'pesy-package.template.json'} #{self.install / 'bin' / 'pesy-package.template.json'}",
      "cp #{self.root / 'pesy-README.template.md'} #{self.install / 'bin' / 'pesy-README.template.md'}"
    ]
  },
  "dependencies": {
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jordwalke/pesy.git"
  },
  "keywords": [
    "esy",
    "ocaml",
    "reason",
    "reasonml"
  ],
  "author": "jordwalke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jordwalke/pesy/issues"
  },
  "homepage": "https://github.com/jordwalke/pesy#readme",
  "TODO": [
    "Support the rest of the flags",
    "Warn on any unexpected config unless it begins with NOTE: or TODO:"
  ]
}
