@kreuzberg/liter-llm-node-darwin-x64 0.0.0-placeholder
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/README.md +5 -0
- package/package.json +24 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# @kreuzberg/liter-llm-node-darwin-x64
|
|
2
|
+
|
|
3
|
+
Placeholder publish to enable OIDC trusted-publisher configuration on npmjs.org.
|
|
4
|
+
|
|
5
|
+
Real native bindings are published from CI at semver-tagged releases — install [`@kreuzberg/liter-llm-node`](https://www.npmjs.com/package/@kreuzberg/liter-llm-node), which pulls the correct platform package automatically.
|
package/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@kreuzberg/liter-llm-node-darwin-x64",
|
|
3
|
+
"version": "0.0.0-placeholder",
|
|
4
|
+
"description": "Placeholder publish to enable OIDC trusted-publisher configuration. Do not install this version — real native bindings are published from CI at semver-tagged releases.",
|
|
5
|
+
"homepage": "https://github.com/kreuzberg-dev/liter-llm",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/kreuzberg-dev/liter-llm/issues"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/kreuzberg-dev/liter-llm.git"
|
|
13
|
+
},
|
|
14
|
+
"files": ["README.md"],
|
|
15
|
+
"os": ["darwin"],
|
|
16
|
+
"cpu": ["x64"],
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public",
|
|
19
|
+
"registry": "https://registry.npmjs.org/"
|
|
20
|
+
},
|
|
21
|
+
"engines": {
|
|
22
|
+
"node": ">= 22"
|
|
23
|
+
}
|
|
24
|
+
}
|