{
  "name": "ngx-ec2-deploy",
  "version": "2.1.901",
  "description": "Deploy Nestjs app to Amazon EC2 directly from the Angular CLI",
  "main": "dist/index.js",
  "builders": "builders.json",
  "scripts": {
    "compile": "npx rimraf ./dist && npx tsc -p ./tsconfig.prod.json && npx copyfiles ./src/**/*.json dist",
    "lint": "npx tsc -p ./tsconfig.json --noEmit && npx tslint -c ./tslint.json -p ./tsconfig.json",
    "prepack": "npm run compile"
  },
  "author": "akash gupta (akash@adias.tech)",
  "license": "MIT",
  "keywords": [
    "angular",
    "schematics",
    "cli",
    "angular-cli",
    "amazon",
    "aws",
    "deploy",
    "ng deploy",
    "ngx-ec2-deploy"
  ],
  "dependencies": {
    "node-ssh": "^8.0.0",
    "ssh2-sftp-client": "^5.1.2"
  },
  "devDependencies": {
    "@angular-devkit/architect": "^0.900.7",
    "@angular-devkit/core": "^9.0.7",
    "@angular-devkit/schematics": ">=8.0.0",
    "@types/node": "^13.9.2",
    "@types/node-ssh": "^7.0.0",
    "@types/ssh2-sftp-client": "^4.1.3",
    "fs": "^0.0.1-security"
  },
  "peerDependencies": {
    "ssh2-sftp-client": "^5.1.2"
  }
}
