{
  "name": "alfresco-cli",
  "version": "1.3.5",
  "description": "Alfresco CLI - Command line interface for Alfresco",
  "main": "src/index.js",
  "bin": "dist/bundle.js",
  "scripts": {
    "build": "webpack",
    "start": "npm run build && node dist/bundle.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build && sh md-gen.sh",
    "version": "npm run build && git add -A",
    "postversion": "git push && git push --tags",
    "commit": "git add -A && git commit -m 'post-publish-automatic' && npm run postversion",
    "postpublish": "npm run commit"
  },
  "author": "Bhagya Nirmaan Silva",
  "license": "MIT",
  "dependencies": {
    "alfresco-js-api": "^2.6.0",
    "alfresco-js-api-node": "^2.6.0",
    "ascii-table": "0.0.9",
    "chalk": "^2.4.1",
    "cli-progress": "^2.1.0",
    "commander": "^2.19.0",
    "figlet": "^1.2.1",
    "flat": "^4.1.0",
    "fs": "0.0.1-security",
    "inquirer": "^6.2.0",
    "minimatch": "^3.0.4",
    "prettyjson": "^1.2.1",
    "shelljs": "^0.8.2",
    "source-map-loader": "^0.2.4",
    "ts-loader": "^5.2.2",
    "ts-node": "^7.0.1",
    "vorpal": "^1.12.0",
    "vorpal-autocomplete-fs": "0.0.3"
  },
  "devDependencies": {
    "@types/cli-progress": "^1.8.0",
    "@types/flat": "0.0.28",
    "@types/node": "^10.12.0",
    "typescript": "^3.1.3",
    "webpack": "^4.22.0",
    "webpack-cli": "^3.1.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bhagyas/alfresco-cli.git"
  },
  "keywords": [
    "alfresco",
    "loftux",
    "bhagyas"
  ]
}