{
  "name": "keel",
  "version": "0.485.0",
  "description": "Your production-grade backend from one file",
  "author": {
    "name": "Keel",
    "email": "help@keel.so",
    "url": "https://keel.so"
  },
  "keywords": [
    "keel",
    "teamkeel"
  ],
  "license": "AGPL-3.0-only",
  "homepage": "https://keel.so",
  "repository": {
    "type": "git",
    "url": "https://github.com/teamkeel/keel.git"
  },
  "bugs": {
    "url": "https://github.com/teamkeel/keel/issues",
    "email": "help@keel.so"
  },
  "scripts": {
    "postinstall": "node scripts/setup.js install",
    "preuninstall": "node scripts/setup.js uninstall"
  },
  "files": [
    "scripts/setup.js"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "keel": "./keel"
  },
  "goBinary": {
    "name": "keel",
    "path": "./bin",
    "url": "https://keel-releases.s3.eu-west-2.amazonaws.com/keel/{{version}}/keel_{{version}}_{{platform}}_{{arch}}.tar.gz"
  },
  "dependencies": {
    "follow-redirects": "^1.15.11",
    "mkdirp": "^3.0.1",
    "tar": "^7.5.13"
  }
}
