{
  "name": "clay-run",
  "version": "1.0.26",
  "description": "clay.run command line tool.",
  "keywords": [
    "clay",
    "serverless"
  ],
  "homepage": "https://clay.run",
  "main": "clay.js",
  "author": {
    "name": "Clay Labs Inc.",
    "url": "https://clay.run",
    "email": "team@clay.run"
  },
  "files": [
    "build/*"
  ],
  "preferGlobal": true,
  "scripts": {
    "build": "sh scripts/build.sh",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.4.1",
    "cli-table": "^0.3.1",
    "clui": "^0.3.6",
    "commander": "^2.17.1",
    "debug": "^3.1.0",
    "email-validator": "^2.0.4",
    "express": "^4.17.1",
    "fs-extra": "^7.0.0",
    "inquirer": "^6.2.0",
    "lowdb": "^1.0.0",
    "moment": "^2.22.2",
    "opn": "^5.4.0",
    "superagent": "^3.8.3",
    "terminal-link": "^1.1.0"
  },
  "bin": {
    "clay": "./build/clay.js"
  }
}
