@tessl/cli 0.21.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 ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@tessl/cli",
3
+ "version": "0.21.0",
4
+ "description": "Command line interface and MCP server for using Tessl",
5
+ "types": "dist/cli.d.ts",
6
+ "bin": {
7
+ "tessl": "dist/bundle.mjs"
8
+ },
9
+ "keywords": [
10
+ "tessl",
11
+ "cli",
12
+ "command-line",
13
+ "tool",
14
+ "development",
15
+ "mcp",
16
+ "spec-driven",
17
+ "ai"
18
+ ],
19
+ "author": "Tessl",
20
+ "license": "SEE LICENSE IN LICENSE.md",
21
+ "homepage": "https://tessl.io",
22
+ "bugs": {
23
+ "url": "https://github.com/tesslio/cli/issues"
24
+ },
25
+ "dependencies": {
26
+ "typescript": "5.9.2",
27
+ "prettier": "3.6.2",
28
+ "pino": "9.7.0",
29
+ "pino-pretty": "13.0.0",
30
+ "pino-opentelemetry-transport": "1.0.1",
31
+ "@opentelemetry/otlp-transformer": "0.203.0",
32
+ "@opentelemetry/semantic-conventions": "1.36.0",
33
+ "@opentelemetry/sdk-metrics": "2.0.1",
34
+ "@grpc/grpc-js": "1.13.4",
35
+ "protobufjs": "7.5.3",
36
+ "tsx": "4.20.3",
37
+ "open": "10.1.2",
38
+ "@anthropic-ai/claude-code": "1.0.98"
39
+ }
40
+ }