{
  "name": "shiplet",
  "version": "0.2.2",
  "description": "Docker/Podman-powered dev environment CLI for Node.js — with release pipeline, snapshots, health dashboard, and more.",
  "main": "src/index.js",
  "bin": {
    "shiplet": "src/cli.js"
  },
  "scripts": {
    "test": "node src/cli.js --help"
  },
  "keywords": [
    "docker",
    "podman",
    "nodejs",
    "development",
    "environment",
    "cli",
    "devtools",
    "sail",
    "compose",
    "containers",
    "release",
    "changelog",
    "snapshots",
    "semver",
    "dashboard",
    "web-ui",
    "tailwindcss"
  ],
  "author": {
    "name": "Anand Pilania",
    "email": "pilaniaanand@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anandpilania/shiplet"
  },
  "homepage": "https://github.com/anandpilania/shiplet#readme",
  "dependencies": {
    "chalk": "^4.1.2",
    "chokidar": "^5.0.0",
    "commander": "^11.1.0",
    "express": "^5.2.1",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "ws": "^8.19.0",
    "yaml": "^2.3.4"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
