{
  "ponfile": "Ponfile.js",
  "tasks": {
    "assert:not-prod": "Make sure that not production",
    "assets": "Run all assets tasks",
    "assets:install": "Install asset files",
    "b": "Shortcut for `build` task",
    "build": "Build all",
    "check": "Check bins",
    "db": "Prepare DB",
    "db:cli": "Open database cli",
    "db:drop": "Drop database",
    "db:dump": "Dump data",
    "db:load": "Load data from dum",
    "db:migrate": "Migrate data",
    "db:reset": "Drop and setup database again",
    "db:seed": "Generate test data",
    "db:setup": "Setup database",
    "default": "Default for `pon` command",
    "deploy": "Deploy project on production",
    "doc": "Generate docs",
    "docker": "Setup docker infra",
    "docker:mysql": "Prepare mysql docker container",
    "docker:nginx": "Prepare nginx docker container",
    "docker:redis": "Prepare redis docker container",
    "env:debug": "Set env variables for debug",
    "env:prod": "Set env variables for production",
    "env:test": "Set env variables for test",
    "git:catchup": "Catch up to latest git",
    "loc:print": "Print locale settings",
    "local:print": "Print local settings",
    "logs": "Show app daemon logs",
    "maint:off": "Disable maintenance mode",
    "maint:on": "Enable maintenance mode",
    "p": "Shortcut for `prod` task",
    "pkg:fix": "Fix package.json",
    "pkg:install": "Install packages",
    "pkg:link": "Link self packages",
    "pkg:upg": "Upgrade packages package.json",
    "pm2:app": "Run app with pm2",
    "pm2:backup:dump": "Run backup cron with pm2",
    "pre": "Shortcut for 'prepare` task",
    "prepare": "Prepare project",
    "prod": "Prepare and start on production",
    "prod:compile": "Compile files for production",
    "prod:css": "Compile css files for production",
    "prod:db": "Prepare database for production",
    "prod:js": "Compile js files for production",
    "prod:map": "Delete source map files for production",
    "ps:debug": "Process check for debug",
    "ps:e2e": "Process check for e2e",
    "restart": "Restart app as daemon",
    "secret:dec": "Decrypt secret file",
    "secret:enc": "Encrypt secret file",
    "setting": "Update project settings with interactive shell",
    "show": "Show app daemon status",
    "start": "Start app as daemon",
    "stop": "Stop app as daemon",
    "struct": "Run all struct tasks",
    "struct:chmod": "Change file permissions",
    "struct:compile": "Compile files",
    "struct:cp": "Execute file copy",
    "struct:mkdir": "Generate project directories",
    "struct:pkg": "Prepare sub packages",
    "struct:render": "Render coz templates",
    "ui": "Run all ui tasks",
    "ui:css": "Compile stylesheets",
    "ui:css/watch": "Run ws css watch",
    "ui:react": "Compile react components"
  }
}