|
1 | 1 | { |
2 | 2 | "name": "siclaw", |
3 | 3 | "version": "0.1.0", |
| 4 | + "description": "AI-powered SRE copilot for Kubernetes diagnostics via natural language", |
4 | 5 | "type": "module", |
5 | 6 | "bin": { |
6 | 7 | "siclaw": "./siclaw.mjs" |
|
12 | 13 | "settings.example.json" |
13 | 14 | ], |
14 | 15 | "license": "Apache-2.0", |
| 16 | + "publishConfig": { |
| 17 | + "access": "public" |
| 18 | + }, |
| 19 | + "repository": { |
| 20 | + "type": "git", |
| 21 | + "url": "git+https://github.com/scitix/siclaw.git" |
| 22 | + }, |
| 23 | + "homepage": "https://github.com/scitix/siclaw#readme", |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/scitix/siclaw/issues" |
| 26 | + }, |
| 27 | + "keywords": [ |
| 28 | + "sre", |
| 29 | + "kubernetes", |
| 30 | + "k8s", |
| 31 | + "ai", |
| 32 | + "copilot", |
| 33 | + "diagnostics", |
| 34 | + "claude", |
| 35 | + "agent" |
| 36 | + ], |
15 | 37 | "engines": { |
16 | 38 | "node": ">=22.12.0" |
17 | 39 | }, |
|
22 | 44 | "@mariozechner/pi-coding-agent": "^0.55.3", |
23 | 45 | "@modelcontextprotocol/sdk": "^1.27.1", |
24 | 46 | "@sinclair/typebox": "^0.34.0", |
25 | | - "@types/js-yaml": "^4.0.9", |
26 | | - "@types/node-forge": "^1.3.14", |
27 | | - "clsx": "^2.1.1", |
28 | 47 | "diff": "^8.0.3", |
29 | 48 | "drizzle-orm": "^0.45.1", |
30 | | - "framer-motion": "^12.31.0", |
31 | 49 | "js-yaml": "^4.1.1", |
32 | | - "lucide-react": "^0.563.0", |
33 | 50 | "markdown-it": "^14.1.0", |
34 | 51 | "mysql2": "^3.16.3", |
35 | 52 | "node-forge": "^1.3.3", |
36 | | - "react-router-dom": "^7.13.0", |
37 | 53 | "sql.js": "^1.12.0", |
38 | 54 | "sqlite-vec": "^0.1.7-alpha.2", |
39 | | - "tailwind-merge": "^3.4.0", |
40 | 55 | "ws": "^8.18.0", |
41 | 56 | "zod": "^3.24.0" |
42 | 57 | }, |
|
51 | 66 | }, |
52 | 67 | "devDependencies": { |
53 | 68 | "@types/diff": "^7.0.2", |
| 69 | + "@types/js-yaml": "^4.0.9", |
54 | 70 | "@types/markdown-it": "^14.1.2", |
55 | 71 | "@types/node": "^22.19.8", |
| 72 | + "@types/node-forge": "^1.3.14", |
56 | 73 | "@types/react-router-dom": "^5.3.3", |
57 | 74 | "@types/sql.js": "^1.4.9", |
58 | 75 | "@types/ws": "^8.5.0", |
59 | 76 | "autoprefixer": "^10.4.24", |
| 77 | + "clsx": "^2.1.1", |
60 | 78 | "drizzle-kit": "^0.31.8", |
| 79 | + "framer-motion": "^12.31.0", |
| 80 | + "lucide-react": "^0.563.0", |
61 | 81 | "postcss": "^8.5.6", |
| 82 | + "react-router-dom": "^7.13.0", |
| 83 | + "tailwind-merge": "^3.4.0", |
62 | 84 | "tailwindcss": "^4.1.18", |
63 | 85 | "tsx": "^4.21.0", |
64 | 86 | "typescript": "^5.9.0", |
|
0 commit comments