@xberg-io/opencode-liter-llm 0.0.1

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # @xberg-io/opencode-liter-llm
2
+
3
+ Placeholder release to reserve this package name so trusted publishing can be
4
+ configured on npm.
5
+
6
+ The real liter-llm OpenCode plugin is published from
7
+ [xberg-io/liter-llm](https://github.com/xberg-io/liter-llm). Install a real
8
+ release (>= 1.11.4) rather than this `0.0.1` placeholder.
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@xberg-io/opencode-liter-llm",
3
+ "version": "0.0.1",
4
+ "description": "Placeholder to reserve the package name. Real releases of the liter-llm OpenCode plugin are published from https://github.com/xberg-io/liter-llm.",
5
+ "license": "MIT",
6
+ "author": "Kreuzberg, Inc. <contact@xberg.io>",
7
+ "homepage": "https://github.com/xberg-io/liter-llm",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/xberg-io/liter-llm.git"
11
+ },
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
+ "keywords": [
16
+ "liter-llm",
17
+ "opencode",
18
+ "placeholder"
19
+ ]
20
+ }