{
  "name": "flowee",
  "version": "1.0.0",
  "description": "",
  "website": "https://small-sharp-tool.com/",
  "repository": "https://github.com/jane-doe/small-sharp-tool",
  "logo": "https://small-sharp-tool.com/logo.svg",
  "scripts": {
    "preinstall": "",
    "postinstall": ["install_modules"],
    "predeploy": ["stop"],
    "postdeploy": ["start"],
    "start": "echo start",
    "stop": "echo stop",
    "build": "echo build",
    "backup": "zip -r data-`date +`.zip data",
    "test": "echo $qError: no test specified$q && exit 0",
    "install_modules":"which npm && npm install; which composer && composer install"
  },
  "dependencies":{
  },
  "env": {
    "ADMIN_PASSWD": {
      "description": "A secret key for verifying the integrity of signed cookies.",
      "file": "data/.pw"
    },
    "WEB_CONCURRENCY": {
      "description": "The number of processes to run.",
      "value": "5"
    }
  },
  "devDependencies":{
  },
  "author": "",
  "license": "ISC"
}