-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 1.98 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"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"
}
}