{ "id": "ak-ai-news", "displayName": "AK-AI-News 多语言AI新闻系统", "name": "ak-ai-news", "version": "1.0.0", "description": "功能完整的多语言AI驱动新闻系统,提供内容翻译、分析、智能对话和个性化推荐等服务", "keywords": [ "ai", "news", "translation", "multilingual", "analysis", "chat", "recommendation", "openai", "uniapp", "uts" ], "main": "index.uts", "author": { "name": "AK Development Team", "email": "dev@ak-tech.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ak-tech/ak-ai-news" }, "bugs": { "url": "https://github.com/ak-tech/ak-ai-news/issues" }, "homepage": "https://github.com/ak-tech/ak-ai-news#readme", "engines": { "HBuilderX": "^3.8.0" }, "uni_modules": { "dependencies": [], "encrypt": [], "platforms": { "cloud": { "tcb": "y", "aliyun": "y", "alipay": "y" }, "client": { "App": { "app-vue": "y", "app-nvue": "y", "app-uvue": "y" }, "H5-mobile": { "Safari": "y", "Android Browser": "y", "微信浏览器(Android)": "y", "QQ浏览器(Android)": "y" }, "H5-pc": { "Chrome": "y", "IE": "y", "Edge": "y", "Firefox": "y", "Safari": "y" }, "小程序": { "微信": "y", "阿里": "y", "百度": "y", "字节跳动": "y", "QQ": "y", "钉钉": "y", "快手": "y", "飞书": "y", "京东": "y" }, "快应用": { "华为": "y", "联盟": "y" }, "Vue": { "vue2": "y", "vue3": "y" } } } }, "dcloudext": { "category": [ "前端组件", "通用组件", "AI服务" ], "sale": { "regular": { "price": "0.00" }, "sourcecode": { "price": "0.00" } }, "contact": { "qq": "" }, "declaration": { "ads": "无", "data": "插件不采集任何数据", "permissions": "无" }, "npmurl": "" }, "dependencies": { "ak-req": "^1.0.0" }, "scripts": { "test": "node test/simple-test.uts", "test:integration": "node test/integration-test.uts", "test:comprehensive": "node test/comprehensive-test-runner.uts", "test:performance": "node test/comprehensive-test-runner.uts --performance-only", "build": "echo 'Building UTS plugin...'", "lint": "echo 'Linting code...'", "docs": "echo 'Generating documentation...'", "benchmark": "node examples/usage-example.uts --benchmark", "health-check": "node test/comprehensive-test-runner.uts --health-check-only" }, "files": [ "index.uts", "types/", "services/", "components/", "examples/", "test/", "README.md", "CHANGELOG.md" ], "types": "types/ai-types.uts" }