|
1 | 1 | { |
2 | 2 | "version": 1, |
3 | 3 | "packages": [ |
4 | | - { |
5 | | - "name": "@fixedcode/bundle-spring-library", |
6 | | - "description": "Spring Boot project skeleton — Gradle, Docker, CI, configs, migrations", |
7 | | - "version": "0.1.0", |
8 | | - "kind": "bundle", |
9 | | - "tags": ["spring", "kotlin", "library", "skeleton", "gradle", "docker"], |
10 | | - "author": "fixedcode", |
11 | | - "repo": "https://github.com/fixedcode-io/bundle-spring-library", |
12 | | - "install": "npm install @fixedcode/bundle-spring-library" |
13 | | - }, |
14 | 4 | { |
15 | 5 | "name": "@fixedcode/bundle-spring-domain", |
16 | 6 | "description": "Spring/Kotlin DDD domain code — aggregates, entities, commands, queries, events, services, tests", |
17 | 7 | "version": "0.1.0", |
18 | 8 | "kind": "bundle", |
19 | | - "tags": ["spring", "kotlin", "ddd", "domain", "aggregate", "cqrs"], |
| 9 | + "tags": [ |
| 10 | + "spring", |
| 11 | + "kotlin", |
| 12 | + "ddd", |
| 13 | + "domain", |
| 14 | + "aggregate", |
| 15 | + "cqrs" |
| 16 | + ], |
20 | 17 | "author": "fixedcode", |
21 | 18 | "repo": "https://github.com/fixedcode-io/bundle-spring-domain", |
22 | 19 | "install": "npm install @fixedcode/bundle-spring-domain" |
|
26 | 23 | "description": "OpenAPI 3.0.3 spec generator — produces API specs from any bundle with HTTP operations", |
27 | 24 | "version": "0.1.0", |
28 | 25 | "kind": "generator", |
29 | | - "tags": ["openapi", "api", "rest", "swagger", "spec"], |
| 26 | + "tags": [ |
| 27 | + "openapi", |
| 28 | + "api", |
| 29 | + "rest", |
| 30 | + "swagger", |
| 31 | + "spec" |
| 32 | + ], |
30 | 33 | "author": "fixedcode", |
31 | 34 | "repo": "https://github.com/fixedcode-io/generator-openapi", |
32 | 35 | "install": "npm install @fixedcode/generator-openapi" |
|
36 | 39 | "description": "Simple CRUD REST API scaffold", |
37 | 40 | "version": "0.1.0", |
38 | 41 | "kind": "bundle", |
39 | | - "tags": ["crud", "rest", "api", "simple"], |
| 42 | + "tags": [ |
| 43 | + "crud", |
| 44 | + "rest", |
| 45 | + "api", |
| 46 | + "simple" |
| 47 | + ], |
40 | 48 | "author": "fixedcode", |
41 | 49 | "repo": "https://github.com/fixedcode-io/bundle-crud-api", |
42 | 50 | "install": "npm install @fixedcode/bundle-crud-api" |
43 | | - }, |
44 | | - { |
45 | | - "name": "@fixedcode/bundle-mcp-wrapper", |
46 | | - "description": "Model Context Protocol server wrapper — expose tools to AI coding agents", |
47 | | - "version": "0.1.0", |
48 | | - "kind": "bundle", |
49 | | - "tags": ["mcp", "ai", "agent", "tools", "model-context-protocol"], |
50 | | - "author": "fixedcode", |
51 | | - "repo": "https://github.com/fixedcode-io/bundle-mcp-wrapper", |
52 | | - "install": "npm install @fixedcode/bundle-mcp-wrapper" |
53 | 51 | } |
54 | 52 | ] |
55 | 53 | } |
0 commit comments