{
  "name": "modern-dev-cli",
  "version": "1.0.10",
  "description": "A modern, comprehensive CLI toolkit for streamlining development workflows with Git operations, project scaffolding, and file management",
  "author": {
    "name": "Ibn Cares",
    "url": "https://github.com/happyvibess"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/happyvibess/modern-dev-cli.git"
  },
  "bugs": {
    "url": "https://github.com/happyvibess/modern-dev-cli/issues"
  },
  "homepage": "https://github.com/happyvibess/modern-dev-cli#readme",
  "funding": [
    {
      "type": "buymeacoffee",
      "url": "https://buymeacoffee.com/happyvibess"
    },
    {
      "type": "url",
      "url": "https://bmc.link/happyvibess"
    }
  ],
  "main": "src/index.js",
  "type": "module",
  "bin": {
    "devtk": "./bin/cli.js"
  },
  "scripts": {
    "start": "node bin/cli.js",
    "dev": "nodemon bin/cli.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "chmod +x bin/cli.js"
  },
  "keywords": [
    "development",
    "toolkit",
    "cli",
    "productivity",
    "git",
    "project-management",
    "file-operations",
    "modern",
    "dev-tools"
  ],
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "dotenv": "^16.3.1",
    "fs-extra": "^11.1.1",
    "inquirer": "^9.2.10",
    "nodemon": "^3.0.1",
    "simple-git": "^3.19.1"
  }
}
