{
  "name": "@blinkmobile/server-cli",
  "description": "CLI to develop, test and deploy server-side HTTPS endpoints with BlinkMobile",
  "version": "4.0.1",
  "ava": {
    "files": [
      "test/**/*",
      "!test/fixtures/**/*",
      "!test/helpers/**/*"
    ]
  },
  "bin": {
    "blinkm-server": "bin/index.js"
  },
  "bugs": {
    "url": "https://github.com/blinkmobile/server-cli/issues"
  },
  "dependencies": {
    "@blinkmobile/blinkmrc": "2.0.0",
    "@blinkmobile/bm-identity": "5.0.0",
    "@jokeyrhyme/pify-fs": "1.0.1",
    "archiver": "3.1.1",
    "aws-sdk": "2.600.0",
    "boom": "7.3.0",
    "chalk": "3.0.0",
    "cli-table2": "0.2.0",
    "execa": "4.0.0",
    "glob": "7.1.6",
    "good": "7.3.0",
    "good-console": "7.1.0",
    "hapi": "^16.6.3",
    "inquirer": "7.0.3",
    "js-yaml": "3.13.1",
    "jsonwebtoken": "8.5.1",
    "load-json-file": "6.2.0",
    "meow": "6.0.0",
    "object-merge": "2.5.1",
    "ora": "4.0.3",
    "pify": "4.0.1",
    "recursive-copy": "2.0.10",
    "request": "2.88.0",
    "semver": "7.1.1",
    "serverless": "1.60.5",
    "temp": "0.9.1",
    "uniloc": "0.3.0",
    "update-notifier": "4.0.0",
    "valid-url": "1.0.9",
    "write-json-file": "4.2.1"
  },
  "devDependencies": {
    "ava": "^2.4.0",
    "browserify": "^16.5.0",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "fixpack": "^2.3.1",
    "flow-bin": "^0.115.0",
    "npm-bin-ava-tester": "^1.1.0",
    "nyc": "^15.0.0",
    "proxyquire": "^2.1.0",
    "yauzl": "^2.10.0"
  },
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "test"
  },
  "engines": {
    "node": "^12",
    "npm": ">=6"
  },
  "files": [
    "bin",
    "dist",
    "commands",
    "lib",
    "scripts",
    "types.js"
  ],
  "homepage": "https://github.com/blinkmobile/server-cli#readme",
  "keywords": [],
  "license": "MIT",
  "main": "index.js",
  "nyc": {
    "exclude": [
      "dist",
      "examples",
      "test"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blinkmobile/server-cli.git"
  },
  "scripts": {
    "ava": "nyc ava",
    "browserify": "browserify --node --no-insert-globals --no-detect-globals --standalone wrapper ./scripts/wrapper.js > ./dist/wrapper.js",
    "build": "npm run browserify",
    "eslint": "eslint --fix --cache .",
    "fixpack": "fixpack",
    "flow_check": "flow check",
    "nyc": "nyc check-coverage",
    "prepublish": "npm run build",
    "pretest": "npm run build && npm run eslint && npm run flow_check && npm run fixpack",
    "test": "npm run ava"
  }
}
