@decantr/cli
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2026 Decantr AI | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+9
-7
| { | ||
| "name": "@decantr/cli", | ||
| "version": "1.0.0-beta.2", | ||
| "version": "1.0.0-beta.3", | ||
| "description": "Decantr CLI — search the registry, validate essence files, and access design intelligence from the terminal", | ||
@@ -17,6 +17,12 @@ "license": "MIT", | ||
| "main": "dist/index.js", | ||
| "files": ["dist"], | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "dependencies": { | ||
| "@decantr/essence-spec": "1.0.0-beta.3", | ||
| "@decantr/registry": "1.0.0-beta.3" | ||
| }, | ||
| "scripts": { | ||
@@ -26,7 +32,3 @@ "build": "tsup", | ||
| "test:watch": "vitest" | ||
| }, | ||
| "dependencies": { | ||
| "@decantr/essence-spec": "workspace:*", | ||
| "@decantr/registry": "workspace:*" | ||
| } | ||
| } | ||
| } |
8540
14.42%3
50%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added