{
  "name": "@avleon/cli",
  "version": "0.0.6",
  "bin": {
    "avleon": "./dist/cli.js"
  },
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf ./dist",
    "watch": "tsc-watch"
  },
  "keywords": ["cli","backend-api"],
  "author": "Tareq Hossain",
  "license": "ISC",
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.9.3",
    "nodemon": "^3.1.7",
    "tsc-watch": "^6.2.1",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "chalk": "^4",
    "prettier": "^3.3.3",
    "cli-table3": "^0.6.5",
    "fs-extra": "^11.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avleonjs/avleon-cli"
  }
}