bunny-transfer
Version:
Transfer files to and from your storage zones with bunny.net in a single cli command 🐰
72 lines (71 loc) • 1.78 kB
JSON
{
"name": "bunny-transfer",
"version": "0.0.5",
"private": false,
"type": "module",
"description": "Transfer files to and from your storage zones with bunny.net in a single cli command 🐰",
"keywords": [
"BunnyCDN",
"bunny.net",
"bunny",
"cdn",
"bunny-transfer",
"bunny-launcher",
"create-bunny-launcher",
"typescript",
"sdk",
"api",
"cli"
],
"homepage": "https://bunny-launcher.net/bunny-transfer/quickstart/",
"bugs": "https://github.com/jlarmstrongiv/bunny-transfer/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/jlarmstrongiv/bunny-transfer.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.6.1",
"@tanstack/react-query": "^5.67.2",
"bunny-sdk": "^0.0.31",
"camelcase-keys": "^9.1.3",
"chalk": "^5.4.1",
"cross-spawn": "^7.0.6",
"fast-deep-equal": "^3.1.3",
"fast-glob": "^3.3.3",
"figures": "^6.1.0",
"file-type": "^20.4.0",
"fs-extra": "^11.3.0",
"ink": "^5.1.1",
"ink-spinner": "^5.0.0",
"is-obj": "^3.0.0",
"p-map": "^7.0.3",
"pastel": "^3.0.0",
"react": "^18.0.0",
"react-error-boundary": "^5.0.0",
"read-package-up": "^11.0.0",
"smol-toml": "^1.3.1",
"tildify": "^3.0.0",
"tiny-invariant": "^1.3.3",
"untildify": "^5.0.0",
"zod": "^3.24.2"
},
"packageManager": "npm@10.8.1",
"engines": {
"node": ">=20"
}
}