@ljoukov/llm 0.1.0 → 0.1.2

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 (1) hide show
  1. package/package.json +20 -2
package/package.json CHANGED
@@ -1,8 +1,24 @@
1
1
  {
2
2
  "name": "@ljoukov/llm",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Unified wrapper over OpenAI Responses API and Google Gemini (@google/genai), with streaming + usage/cost metrics.",
5
5
  "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/ljoukov/llm.git"
9
+ },
10
+ "bugs": "https://github.com/ljoukov/llm/issues",
11
+ "homepage": "https://github.com/ljoukov/llm#readme",
12
+ "keywords": [
13
+ "llm",
14
+ "openai",
15
+ "gemini",
16
+ "vertex-ai",
17
+ "chatgpt",
18
+ "streaming",
19
+ "responses-api",
20
+ "typescript"
21
+ ],
6
22
  "author": "Liudmila Joukovskaya",
7
23
  "type": "module",
8
24
  "exports": {
@@ -16,7 +32,9 @@
16
32
  "module": "./dist/index.js",
17
33
  "types": "./dist/index.d.ts",
18
34
  "files": [
19
- "dist"
35
+ "dist",
36
+ "LICENSE",
37
+ "README.md"
20
38
  ],
21
39
  "sideEffects": false,
22
40
  "scripts": {