UNPKG

bunny-move

Version:

Move files to and from your storage zones with bunny.net in a single cli command 🐰

73 lines (72 loc) 1.78 kB
{ "name": "bunny-move", "version": "0.0.3", "private": false, "type": "module", "description": "Move files to and from your storage zones with bunny.net in a single cli command 🐰", "keywords": [ "BunnyCDN", "bunny.net", "bunny", "cdn", "bunny-move", "bunny-sync", "bunny-launcher", "create-bunny-launcher", "typescript", "sdk", "api", "cli" ], "homepage": "https://bunny-launcher.net/bunny-transfer/quickstart/", "bugs": "https://github.com/jlarmstrongiv/bunny-move/issues", "repository": { "type": "git", "url": "git+https://github.com/jlarmstrongiv/bunny-move.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" ], "dependencies": { "@reduxjs/toolkit": "^2.2.7", "@tanstack/react-query": "^5.55.4", "bunny-sdk": "^0.0.27", "camelcase-keys": "^9.1.3", "chalk": "^5.3.0", "cross-spawn": "^7.0.3", "fast-deep-equal": "^3.1.3", "fast-glob": "^3.3.2", "figures": "^6.1.0", "file-type": "^19.5.0", "fs-extra": "^11.2.0", "ink": "^5.0.1", "ink-spinner": "^5.0.0", "is-obj": "^3.0.0", "p-map": "^7.0.2", "pastel": "^3.0.0", "react": "^18.3.1", "react-error-boundary": "^4.0.13", "read-package-up": "^11.0.0", "smol-toml": "^1.3.0", "tildify": "^3.0.0", "tiny-invariant": "^1.3.3", "untildify": "^5.0.0", "zod": "^3.23.8" }, "packageManager": "npm@10.8.1", "engines": { "node": ">=20" } }