@undes.ai/cli-pro 0.1.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 ADDED
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "@undes.ai/cli-pro",
3
+ "version": "0.1.3",
4
+ "description": "Undes Pro CLI preview with local verification, terminal UI, and license-gated execution.",
5
+ "type": "commonjs",
6
+ "bin": {
7
+ "undes-pro": "bin/undes-pro.js"
8
+ },
9
+ "files": [
10
+ "bin/undes-pro.js",
11
+ "README.md",
12
+ "LICENSE.md",
13
+ "NOTICE.md",
14
+ "THIRD_PARTY_NOTICES.md"
15
+ ],
16
+ "engines": {
17
+ "node": ">=20"
18
+ },
19
+ "license": "SEE LICENSE IN LICENSE.md",
20
+ "dependencies": {
21
+ "htm": "^3.1.1",
22
+ "ink": "^7.0.5",
23
+ "react": "^19.2.6"
24
+ },
25
+ "optionalDependencies": {
26
+ "@ast-grep/cli": "^0.41.1",
27
+ "@undes.ai/core-darwin-arm64": "0.0.1",
28
+ "@undes.ai/core-darwin-x64": "0.0.1",
29
+ "@undes.ai/core-linux-arm64": "0.0.1",
30
+ "@undes.ai/core-linux-x64": "0.0.1",
31
+ "@undes.ai/core-win32-x64": "0.0.1",
32
+ "tree-sitter": "^0.21.1",
33
+ "tree-sitter-c": "^0.21.0",
34
+ "tree-sitter-c-sharp": "^0.21.0",
35
+ "tree-sitter-cpp": "^0.21.0",
36
+ "tree-sitter-go": "^0.21.0",
37
+ "tree-sitter-java": "^0.21.0",
38
+ "tree-sitter-javascript": "^0.21.4",
39
+ "tree-sitter-php": "^0.23.0",
40
+ "tree-sitter-python": "^0.21.0",
41
+ "tree-sitter-ruby": "^0.21.0",
42
+ "tree-sitter-rust": "^0.21.0",
43
+ "tree-sitter-typescript": "^0.21.2"
44
+ }
45
+ }