{
  "name": "@lmstudio/sdk",
  "version": "1.5.0",
  "description": "LM Studio SDK",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build-tsc": "tsc",
    "build-rollup": "rollup -c",
    "build-ae": "api-extractor run --local",
    "build": "npm run build-tsc && npm run build-rollup && npm run build-ae",
    "watch-tsc": "tsc -w",
    "watch-rollup": "rollup -wc",
    "watch-ae": "nodemon --exec \"npm run build-ae\" --watch dist/index.cjs",
    "watch": "concurrently \"npm run watch-tsc\" \"npm run watch-rollup\" \"npm run watch-ae\"",
    "clean": "shx rm -rf ./dist ./ts-out ./tsconfig.tsbuildinfo"
  },
  "files": [
    "dist/index.cjs",
    "dist/index.d.ts",
    "dist/index.mjs",
    "README.md"
  ],
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "@lmstudio/lms-isomorphic": "^0.4.6",
    "chalk": "^4.1.2",
    "jsonschema": "^1.5.0",
    "zod": "^3.22.4",
    "zod-to-json-schema": "^3.22.5"
  },
  "devDependencies": {
    "@lmstudio/lms-client": "^1.5.0",
    "nodemon": "^3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lmstudio-ai/lmstudio.js.git"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "sideEffects": false,
  "gitHead": "d95ce2feb067b4eec446c673155631ee1734e982"
}
