{
  "name": "ngx-ssh-deploy",
  "version": "3.2.4",
  "description": "Deploy Angular project using SSH.",
  "bin": "./dist/index.js",
  "files": [
    "dist/",
    "builders.json",
    "collection.json",
    "ngx-ssh-deploy.schema.json"
  ],
  "scripts": {
    "schema": "node -e \"require('./schema-gen').writeSchema()\"",
    "build": "node -e \"require('./schema-gen').writeTypes()\" && npx tsc",
    "dev": "npm run build -- --watch",
    "start": "node ./dist/index.js --help",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ssh",
    "ngx",
    "ng",
    "angular",
    "deploy",
    "ng deploy",
    "ng-deploy",
    "docker",
    "framework",
    "build",
    "tool",
    "pipeline",
    "cli"
  ],
  "author": {
    "name": "Kay Seven",
    "email": "duykhang1997@gmail.com"
  },
  "builders": "./builders.json",
  "schematics": "./collection.json",
  "license": "MIT",
  "dependencies": {
    "cli-color": "^2.0.0",
    "death": "^1.1.0",
    "esbuild": "~0.17.11",
    "fs-extra": "^8.0.0",
    "glob": "^7.1.6",
    "jszip": "^3.7.1",
    "lodash-uni": "^1.1.0",
    "log-symbols": "^4.1.0",
    "mustache": "^4.2.0",
    "nanoid": "^3.1.30",
    "node-ssh": "^12.0.2",
    "pretty-ms": "^7.0.1",
    "prompts": "^2.4.2",
    "rxjs": "^6.6.7",
    "sanitize-filename": "^1.6.3",
    "stama-rx": "^1.0.0",
    "temp": "^0.9.4",
    "ts-morph": "^17.0.1",
    "tslib": "^2.3.1",
    "twisters": "^1.1.0",
    "url-parse": "^1.5.3",
    "webpack-bundle-analyzer": "^4.4.0",
    "yargs": "^16.2.0"
  },
  "peerDependencies": {
    "@angular-devkit/architect": ">= 0.900 < 0.1400",
    "@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
    "@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
    "@angular/compiler": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
    "@angular/compiler-cli": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
  },
  "devDependencies": {
    "@angular-devkit/architect": ">= 0.900 < 0.1400",
    "@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
    "@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
    "@angular/compiler": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
    "@angular/compiler-cli": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
    "@types/cli-color": "^2.0.0",
    "@types/death": "^1.1.1",
    "@types/folder-hash": "^4.0.1",
    "@types/fs-extra": "^8.0.0",
    "@types/glob": "^7.1.3",
    "@types/jszip": "^3.4.1",
    "@types/mustache": "^4.1.2",
    "@types/node": "^12.6.8",
    "@types/node-ssh": "^7.0.0",
    "@types/prompts": "^2.0.10",
    "@types/temp": "^0.9.0",
    "@types/url-parse": "^1.4.3",
    "@types/yargs": "^16.0.1",
    "fluent-json-schema": "^3.0.1",
    "json-schema-to-typescript": "^10.1.5",
    "typescript": "^4.7.3"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/dkhang97/ngx-ssh-deploy"
  }
}
