@bangdb/web-sdk 1.0.5

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.
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@bangdb/web-sdk",
3
+ "version": "1.0.5",
4
+ "private": false,
5
+ "description": "A lightweight JavaScript SDK for seamlessly embedding BangDB’s AI-powered search and chat features into your web or internet applications.",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "main": "dist/index.js",
13
+ "devDependencies": {
14
+ "@types/lodash": "^4.17.23",
15
+ "@types/markdown-it": "^14.1.2",
16
+ "prettier": "^3.8.1",
17
+ "tsup": "^8.5.1",
18
+ "typescript": "^5.5.3"
19
+ },
20
+ "dependencies": {
21
+ "@reduxjs/toolkit": "^2.11.2",
22
+ "@vscode/markdown-it-katex": "^1.1.2",
23
+ "highlight.js": "^11.11.1",
24
+ "katex": "^0.16.28",
25
+ "lodash": "^4.17.23",
26
+ "markdown-it": "^14.1.1"
27
+ },
28
+ "scripts": {
29
+ "build": "tsup"
30
+ }
31
+ }