{
  "name": "bunny-launcher",
  "version": "0.0.13",
  "private": false,
  "type": "module",
  "description": "Launch your static sites with bunny.net in a single cli command 🐰",
  "keywords": [
    "BunnyCDN",
    "bunny.net",
    "bunny",
    "cdn",
    "bunny-launcher",
    "create-bunny-launcher",
    "bunny-sync",
    "bunny-move",
    "typescript",
    "sdk",
    "api",
    "cli"
  ],
  "homepage": "https://bunny-launcher.net/quickstart/",
  "bugs": "https://github.com/jlarmstrongiv/bunny-launcher/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jlarmstrongiv/bunny-launcher.git"
  },
  "license": "AGPL-3.0-only",
  "author": "John L. Armstrong IV",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --disable-warning=ExperimentalWarning ./check-dependencies.js"
  },
  "main": "index.js",
  "bin": "no-warnings.js",
  "files": [
    "no-warnings.js",
    "cli.js",
    "commands",
    "index.js",
    "index.d.ts",
    "schema.json"
  ],
  "dependencies": {
    "@braintree/sanitize-url": "^7.1.0",
    "@reduxjs/toolkit": "^2.2.7",
    "@tanstack/react-query": "^5.55.2",
    "bunny-sdk": "^0.0.27",
    "camelcase-keys": "^9.1.3",
    "chalk": "^5.3.0",
    "change-case": "^5.4.4",
    "cross-spawn": "^7.0.3",
    "deepmerge": "^4.3.1",
    "execa": "^9.3.1",
    "fast-deep-equal": "^3.1.3",
    "figures": "^6.1.0",
    "find-up": "^7.0.0",
    "fs-extra": "^11.2.0",
    "ink": "^5.0.1",
    "is-cidr": "^5.1.0",
    "is-obj": "^3.0.0",
    "is-plain-obj": "^4.1.0",
    "locate-path": "^7.2.0",
    "p-map": "^7.0.2",
    "pastel": "^3.0.0",
    "prettier": "^3.3.3",
    "react": "^18.3.1",
    "read-package-up": "^11.0.0",
    "read-pkg": "^9.0.1",
    "semver": "^7.6.3",
    "smol-toml": "^1.3.0",
    "tildify": "^3.0.0",
    "tldts": "^6.1.43",
    "ts-pattern": "^5.3.1",
    "untildify": "^5.0.0",
    "username": "^7.0.0",
    "yn": "^5.0.0",
    "zod": "^3.23.8"
  },
  "packageManager": "npm@10.8.1",
  "engines": {
    "node": ">=20"
  }
}
