mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
* fix(librechat-data-provider): Update types paths in package.json * chore: bump version * fix(librechat-data-provider): Update types paths in react-query/package.json
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"name": "librechat-data-provider/react-query",
|
|
"private": true,
|
|
"main": "../index.js",
|
|
"module": "./index.es.js",
|
|
"types": "../dist/types/react-query/index.d.ts",
|
|
"dependencies": {
|
|
"axios": "^1.3.4"
|
|
}
|
|
}
|