88 lines
2.2 KiB
JSON
88 lines
2.2 KiB
JSON
{
|
|
"name": "@push.rocks/smartai",
|
|
"version": "0.4.2",
|
|
"private": false,
|
|
"description": "SmartAi is a versatile TypeScript library designed to facilitate integration and interaction with various AI models, offering functionalities for chat, audio generation, document processing, and vision tasks.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "(tsdoc)"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.2.1",
|
|
"@git.zone/tsbundle": "^2.2.5",
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
"@git.zone/tstest": "^1.0.96",
|
|
"@push.rocks/qenv": "^6.1.0",
|
|
"@push.rocks/tapbundle": "^5.5.6",
|
|
"@types/node": "^22.13.5"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.37.0",
|
|
"@push.rocks/smartarray": "^1.1.0",
|
|
"@push.rocks/smartfile": "^11.2.0",
|
|
"@push.rocks/smartpath": "^5.0.18",
|
|
"@push.rocks/smartpdf": "^3.2.2",
|
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
"@push.rocks/smartrequest": "^2.0.23",
|
|
"@push.rocks/webstream": "^1.0.10",
|
|
"openai": "^4.85.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartai.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/smartai/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartai",
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"keywords": [
|
|
"AI integration",
|
|
"TypeScript",
|
|
"chatbot",
|
|
"OpenAI",
|
|
"Anthropic",
|
|
"multi-model",
|
|
"audio generation",
|
|
"text-to-speech",
|
|
"document processing",
|
|
"vision processing",
|
|
"streaming chat",
|
|
"API",
|
|
"multiple providers",
|
|
"AI models",
|
|
"synchronous chat",
|
|
"asynchronous chat",
|
|
"real-time interaction",
|
|
"content analysis",
|
|
"image description",
|
|
"document classification",
|
|
"AI toolkit",
|
|
"provider switching"
|
|
],
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"puppeteer"
|
|
]
|
|
}
|
|
} |