@coze/uniapp-api
Version:
Official Coze UniApp SDK for seamless AI integration into your applications | 扣子官方 UniApp SDK,助您轻松集成 AI 能力到应用中
85 lines • 2.04 kB
JSON
{
"name": "@coze/uniapp-api",
"version": "0.3.1",
"description": "Official Coze UniApp SDK for seamless AI integration into your applications | 扣子官方 UniApp SDK,助您轻松集成 AI 能力到应用中",
"keywords": [
"coze",
"ai",
"uniapp",
"uniapp-api",
"coze-uniapp",
"coze-api",
"sdk",
"chatbot",
"typescript"
],
"homepage": "https://github.com/coze-dev/coze-js/tree/main/packages/coze-uniapp",
"bugs": {
"url": "https://github.com/coze-dev/coze-js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/coze-dev/coze-js.git",
"directory": "packages/coze-uniapp"
},
"license": "MIT",
"author": "",
"exports": {
".": "./dist/index.js",
"./ws-tools": "./dist/ws-tool/index.js"
},
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
".": [
"dist/index.d.ts"
],
"ws-tools": [
"dist/ws-tool/index.d.ts"
]
}
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc -b tsconfig.build.json -f",
"format": "prettier --write .",
"lint": "eslint ./ --cache --quiet",
"test": "exit 0"
},
"dependencies": {
"@coze/api": "1.3.5"
},
"devDependencies": {
"@coze-infra/eslint-config": "workspace:*",
"@coze-infra/ts-config": "workspace:*",
"@coze-infra/vitest-config": "workspace:*",
"@dcloudio/types": "^3.4.8",
"@types/node": "^20",
"@vitest/coverage-v8": "~2.1.9",
"typescript": "^5.5.3",
"vitest": "~2.1.9"
},
"peerDependencies": {
"@dcloudio/uni-app": "3.0.0-4030620241128001",
"axios": "^1.7.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"cozePublishConfig": {
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./ws-tools": "./dist/ws-tool/index.js"
}
}
}