{
  "name": "wasp-deploy",
  "version": "0.24.0",
  "type": "module",
  "author": "Wasp Team",
  "license": "MIT",
  "bin": "dist/index.js",
  "main": "dist/index.js",
  "scripts": {
    "build": "npx tsc",
    "dev": "npx tsc --watch",
    "start": "node ./dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.5.3",
    "commander": "^13.1.0",
    "semver": "^7.7.2",
    "toml": "^3.0.0",
    "zod": "^4.3.6",
    "zx": "^8.3.2"
  },
  "devDependencies": {
    "@types/node": "^22.17.0",
    "@typescript-eslint/eslint-plugin": "^5.48.0",
    "@typescript-eslint/parser": "^5.48.0",
    "eslint": "^8.31.0",
    "typescript": "^5.7.3",
    "vitest": "^4.0.18"
  }
}
