@astryxdesign/cli 0.3.0-canary.82d4dab → 0.3.0
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/cli",
|
|
3
|
-
"version": "0.3.0
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"displayName": "CLI",
|
|
5
5
|
"description": "Scaffold projects, browse templates, generate themes, and get agent-ready docs from the command line.",
|
|
6
6
|
"author": "Meta Open Source",
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"zod": "^4.4.3"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@astryxdesign/charts": "
|
|
88
|
-
"@astryxdesign/core": "
|
|
89
|
-
"@astryxdesign/lab": "
|
|
90
|
-
"@astryxdesign/theme-neutral": "
|
|
87
|
+
"@astryxdesign/charts": "*",
|
|
88
|
+
"@astryxdesign/core": "*",
|
|
89
|
+
"@astryxdesign/lab": "*",
|
|
90
|
+
"@astryxdesign/theme-neutral": "*",
|
|
91
91
|
"gpt-tokenizer": "^3.4.0"
|
|
92
92
|
},
|
|
93
93
|
"peerDependenciesMeta": {
|
|
@@ -105,10 +105,10 @@
|
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@astryxdesign/charts": "
|
|
109
|
-
"@astryxdesign/core": "
|
|
110
|
-
"@astryxdesign/lab": "
|
|
111
|
-
"@astryxdesign/theme-neutral": "
|
|
108
|
+
"@astryxdesign/charts": "*",
|
|
109
|
+
"@astryxdesign/core": "*",
|
|
110
|
+
"@astryxdesign/lab": "*",
|
|
111
|
+
"@astryxdesign/theme-neutral": "*",
|
|
112
112
|
"gpt-tokenizer": "^3.4.0"
|
|
113
113
|
},
|
|
114
114
|
"scripts": {
|