{
  "name": "blinqio-executions-cli",
  "version": "1.0.43",
  "bin": {
    "blinqio-executions-cli": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc && cp -vr src/templates/ dist/templates",
    "start": "ts-node src/index.ts"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "@types/lodash": "^4.17.20",
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.5",
    "crypto-js": "^4.2.0",
    "dotenv": "^17.2.0",
    "lodash": "^4.17.21",
    "minimist": "^1.2.8",
    "mongoose": "^8.16.2",
    "picocolors": "^1.1.1",
    "socket.io-client": "^4.8.1",
    "yaml": "^2.8.0"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/inquirer": "^9.0.8",
    "@types/minimist": "^1.2.5",
    "ts-node": "^10.0.0",
    "typescript": "^4.5.0"
  }
}
