File size: 2,352 Bytes
f0743f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
  "name": "librechat-data-provider",
  "version": "0.8.200",
  "description": "data services for librechat apps",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.js",
      "types": "./dist/types/index.d.ts"
    },
    "./react-query": {
      "import": "./dist/react-query/index.es.js",
      "require": "./dist/react-query/index.js",
      "types": "./dist/types/react-query/index.d.ts"
    }
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && rollup -c --silent --bundleConfigAsCjs",
    "build:watch": "rollup -c -w",
    "rollup:api": "npx rollup -c server-rollup.config.js --bundleConfigAsCjs",
    "test": "jest --coverage --watch",
    "test:ci": "jest --coverage --ci",
    "verify": "npm run test:ci",
    "b:clean": "bun run rimraf dist",
    "b:build": "bun run b:clean && bun run rollup -c --silent --bundleConfigAsCjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danny-avila/LibreChat"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/danny-avila/LibreChat/issues"
  },
  "homepage": "https://librechat.ai",
  "dependencies": {
    "axios": "^1.12.1",
    "dayjs": "^1.11.13",
    "js-yaml": "^4.1.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.21.5",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.0",
    "@langchain/core": "^0.3.62",
    "@rollup/plugin-alias": "^5.1.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-replace": "^5.0.5",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/jest": "^29.5.2",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.3.0",
    "@types/react": "^18.2.18",
    "@types/winston": "^2.4.4",
    "jest": "^30.2.0",
    "jest-junit": "^16.0.0",
    "openapi-types": "^12.1.3",
    "rimraf": "^6.1.2",
    "rollup": "^4.22.4",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.35.0",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "@tanstack/react-query": "^4.28.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}