{
  "name": "@itkyk/ftp-controller",
  "version": "0.1.92",
  "description": "",
  "main": "./bin/ftpController.js",
  "scripts": {
    "start": "tsc -w",
    "init": "node ./bin/ftpController.js --init",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/itkyk/FTPController.git"
  },
  "bin": {
    "ftpController": "./bin/ftpController.js"
  },
  "author": "Takayuki Inoue <> (https://github.com/ITakayuki)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/itkyk/FTPController/issues"
  },
  "keywords": ["ftp","deploy","client","node","transfer", "typescript"],
  "homepage": "https://github.com/itkyk/FTPController#readme",
  "devDependencies": {
    "@types/node": "^16.11.6",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "commander": "^8.3.0",
    "dotenv": "^10.0.0",
    "ftp-deploy": "^2.4.1",
    "readline": "^1.3.0"
  }
}
