本地 RAG 知识库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
693 B

{
"name": "chatbot-sdk",
"version": "1.0.0",
"description": "AI 智能客服 Chatbot SDK - 一行 script 标签嵌入即可对话",
"main": "dist/chatbot-sdk.js",
"types": "dist/types/index.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c && npm run build:types",
"build:types": "tsc --emitDeclarationOnly --outDir dist/types",
"dev": "rollup -c -w",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"rollup": "^4.30.0",
"tslib": "^2.8.0",
"typescript": "^5.7.0",
"vitest": "^3.2.6"
}
}