@mux/cli 1.0.0-beta.1 → 1.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -38
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mux/cli",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.3",
|
|
4
4
|
"description": "Official Mux CLI for interacting with Mux APIs",
|
|
5
5
|
"author": "Mux",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
|
-
"type": "module",
|
|
8
7
|
"homepage": "https://github.com/muxinc/cli#readme",
|
|
9
8
|
"repository": {
|
|
10
9
|
"type": "git",
|
|
@@ -37,41 +36,9 @@
|
|
|
37
36
|
"LICENSE"
|
|
38
37
|
],
|
|
39
38
|
"optionalDependencies": {
|
|
40
|
-
"@mux/cli-darwin-arm64": "1.0.0-beta.
|
|
41
|
-
"@mux/cli-darwin-x64": "1.0.0-beta.
|
|
42
|
-
"@mux/cli-linux-x64": "1.0.0-beta.
|
|
43
|
-
"@mux/cli-linux-arm64": "1.0.0-beta.
|
|
44
|
-
},
|
|
45
|
-
"scripts": {
|
|
46
|
-
"build": "bun build src/index.ts --outdir ./dist --target bun --format esm",
|
|
47
|
-
"build:binary": "bun build --compile --minify --sourcemap ./src/index.ts --outfile ./dist/mux",
|
|
48
|
-
"dev": "bun run src/index.ts",
|
|
49
|
-
"format": "pnpm exec biome format --write",
|
|
50
|
-
"lint": "pnpm exec biome format",
|
|
51
|
-
"check": "pnpm exec biome check",
|
|
52
|
-
"check:write": "pnpm exec biome check --write",
|
|
53
|
-
"typecheck": "bun --bun tsc --noEmit",
|
|
54
|
-
"test": "bun test",
|
|
55
|
-
"test:watch": "bun test --watch"
|
|
56
|
-
},
|
|
57
|
-
"dependencies": {
|
|
58
|
-
"@cliffy/ansi": "jsr:1.0.0-rc.8",
|
|
59
|
-
"@cliffy/command": "jsr:1.0.0-rc.8",
|
|
60
|
-
"@cliffy/prompt": "npm:@jsr/cliffy__prompt@1.0.0-rc.8",
|
|
61
|
-
"@mux/mux-node": "^12.8.1",
|
|
62
|
-
"@opentui/core": "^0.1.50",
|
|
63
|
-
"@opentui/react": "^0.1.50",
|
|
64
|
-
"@std/path": "npm:@jsr/std__path@^1.1.3",
|
|
65
|
-
"glob": "^13.0.0",
|
|
66
|
-
"react": "^19.2.0"
|
|
67
|
-
},
|
|
68
|
-
"devDependencies": {
|
|
69
|
-
"@biomejs/biome": "2.3.7",
|
|
70
|
-
"@types/bun": "latest",
|
|
71
|
-
"@types/react": "^19.2.7",
|
|
72
|
-
"typescript": "^5.0.0"
|
|
73
|
-
},
|
|
74
|
-
"peerDependencies": {
|
|
75
|
-
"typescript": "^5.0.0"
|
|
39
|
+
"@mux/cli-darwin-arm64": "1.0.0-beta.3",
|
|
40
|
+
"@mux/cli-darwin-x64": "1.0.0-beta.3",
|
|
41
|
+
"@mux/cli-linux-x64": "1.0.0-beta.3",
|
|
42
|
+
"@mux/cli-linux-arm64": "1.0.0-beta.3"
|
|
76
43
|
}
|
|
77
44
|
}
|