{
  "name": "@node-software-ts/server-cli",
  "version": "1.5.0",
  "description": "Deploy and manage Next.js, Nuxt.js, Laravel (Supervisor) and Socket apps on a Linux server.",
  "keywords": [
    "cli",
    "pm2",
    "nextjs",
    "nuxt",
    "laravel",
    "supervisor",
    "deploy",
    "server"
  ],
  "homepage": "https://github.com/MohamedEMahmoud/server-cli#readme",
  "bugs": {
    "url": "https://github.com/MohamedEMahmoud/server-cli/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MohamedEMahmoud/server-cli.git"
  },
  "license": "MIT",
  "author": "Mohamed-Emad",
  "type": "commonjs",
  "main": "index.js",
  "bin": {
    "server": "dist/server.js"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "dist",
    "README.md",
    "CHEATSHEET.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run typecheck && npm run test && npm run build"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "execa": "^8.0.1",
    "fs-extra": "^11.2.0",
    "yaml": "^2.5.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.14.0",
    "tsup": "^8.2.0",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "preferGlobal": true
}
