@solvers-hub/llm-json 0.1.0 → 0.1.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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@solvers-hub/llm-json",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A TypeScript SDK to extract and correct JSON from LLM outputs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "author": "Solvers Hub",
8
+ "contributors": [
9
+ "nitish236 <v.nitish.work@gmail.com>"
10
+ ],
8
11
  "license": "MIT",
9
12
  "scripts": {
10
13
  "build": "tsc",
@@ -14,8 +17,7 @@
14
17
  "prepublishOnly": "npm run build",
15
18
  "example": "ts-node examples/example.ts",
16
19
  "build:example": "tsc && node dist/examples/example.js",
17
- "docs": "typedoc --out docs src",
18
- "docs:md": "typedoc --out docs-md --plugin typedoc-plugin-markdown src"
20
+ "docs": "typedoc"
19
21
  },
20
22
  "report": {
21
23
  "type": "git",