{
  "name": "synapseapi-cli",
  "description": "Azu cli lib Typscript",
  "license": "MIT",
  "version": "1.2.29",
  "main": "./lib/index.js",
  "bin": {
    "syapi": "./lib/index.js"
  },
  "scripts": {
    "send": "npm run build && npm publish",
    "build": "npm run copy-templates && tsc",
    "copy-templates": "node copy-files.js"
  },
  "preferGlobal": true,
  "dependencies": {
    "chalk": "^4.1.0",
    "child_process": "^1.0.2",
    "clear": "^0.1.0",
    "commander": "^7.1.0",
    "figlet": "^1.5.0",
    "js-yaml": "^4.1.0",
    "jszip": "^3.10.1",
    "path": "^0.12.7",
    "yaml": "^1.10.2"
  },
  "devDependencies": {
    "@types/clear": "^0.1.1",
    "@types/figlet": "^1.5.1",
    "@types/js-yaml": "^4.0.4",
    "@types/jszip": "^3.4.1",
    "@types/node": "^14.14.33",
    "@types/yaml": "^1.9.7",
    "depcheck": "^1.4.0",
    "lerna": "^4.0.0",
    "nodemon": "^2.0.7",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.3"
  },
  "keywords": [
    "cli",
    "nodejs",
    "azupckormts",
    "typescript"
  ]
}
