@vibelet/cli 0.0.1 → 0.0.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/README.md +12 -1
- package/bin/vibelet.mjs +17 -10
- package/dist/index.cjs +36 -35
- package/package.json +1 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibelet/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "macOS CLI for installing and running the Vibelet daemon",
|
|
5
5
|
"files": [
|
|
6
6
|
"bin/vibelet.mjs",
|
|
@@ -22,12 +22,6 @@
|
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
|
-
"scripts": {
|
|
26
|
-
"build": "pnpm -C packages/shared build && pnpm -C daemon build && pnpm -C daemon build:release",
|
|
27
|
-
"prepack": "pnpm build",
|
|
28
|
-
"dev:app": "pnpm -C app dev",
|
|
29
|
-
"dev:daemon": "pnpm -C daemon dev"
|
|
30
|
-
},
|
|
31
25
|
"dependencies": {
|
|
32
26
|
"qrcode": "^1.5.4"
|
|
33
27
|
}
|