LibreChat/packages/data-provider/react-query/package.json
Danny Avila fac2580a19
fix(librechat-data-provider): Update types paths in package.json (#1333)
* 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
2023-12-12 09:16:29 -05:00

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"
}
}