{
  "name": "faas-cli",
  "version": "2.6.6",
  "description": "",
  "main": "src/index.ts",
  "repository": "github.elenet.me/fe/faas-cli",
  "scripts": {
    "preinstall": "node ./scripts/pre-install.js",
    "test": "rm -rf dist && tsc && chmod 755 dist/index.js && npm run lint",
    "dev": "tsc -w",
    "prettier": "prettier --write --no-semi --single-quote 'src/**/*.ts'",
    "lint": "tslint -c tslint.json --fix 'src/**/*.ts'",
    "pub": "sh build/release.sh",
    "local": "rm -rf dist && tsc && chmod 755 dist/index.js && npm link"
  },
  "files": [
    "scripts",
    "dist"
  ],
  "author": "rongyi.liu@ele.me",
  "engines": {
    "node": ">= 4"
  },
  "bin": {
    "faas": "dist/index.js"
  },
  "license": "ISC",
  "dependencies": {
    "axios": "^0.18.0",
    "chalk": "^2.0.1",
    "commander": "^2.11.0",
    "conf": "^1.1.2",
    "cosmiconfig": "^2.1.3",
    "debug": "^2.6.8",
    "denodeify": "^1.2.1",
    "form-data": "^2.2.0",
    "glob": "^7.1.2",
    "inquirer": "^3.2.3",
    "ms": "^2.1.1",
    "node-emoji": "^1.7.0",
    "normalize-path": "^2.1.1",
    "opn": "^5.1.0",
    "ora": "^1.3.0",
    "pretty-bytes": "^4.0.2",
    "read-pkg-up": "^2.0.0",
    "shelljs": "^0.7.8",
    "stream-to-promise": "^2.2.0",
    "tinydate": "^1.0.0",
    "update-notifier": "^2.2.0",
    "waiter-proxy": "^0.0.5",
    "walkdir": "0.0.12",
    "yazl": "^2.4.3"
  },
  "devDependencies": {
    "@types/commander": "^2.9.1",
    "@types/conf": "^0.11.0",
    "@types/debug": "^0.0.29",
    "@types/denodeify": "^1.2.30",
    "@types/form-data": "^0.0.33",
    "@types/glob": "^5.0.30",
    "@types/inquirer": "^0.0.35",
    "@types/node": "^8.0.13",
    "@types/node-emoji": "^1.4.0",
    "@types/opn": "^3.0.28",
    "@types/ora": "^0.3.31",
    "@types/shelljs": "^0.7.9",
    "@types/update-notifier": "^1.0.1",
    "prettier": "^1.5.3",
    "tslint": "^5.5.0",
    "tslint-config-prettier": "^1.1.0",
    "typescript": "^2.4.1"
  }
}
