93 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			93 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@push.rocks/smartai",
 | 
						|
  "version": "0.8.0",
 | 
						|
  "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 --verbose)",
 | 
						|
    "typecheck": "tsbuild check",
 | 
						|
    "build": "(tsbuild --web --allowimplicitany)",
 | 
						|
    "buildDocs": "(tsdoc)"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@git.zone/tsbuild": "^2.6.8",
 | 
						|
    "@git.zone/tsbundle": "^2.5.1",
 | 
						|
    "@git.zone/tsrun": "^1.3.3",
 | 
						|
    "@git.zone/tstest": "^2.3.8",
 | 
						|
    "@push.rocks/qenv": "^6.1.3",
 | 
						|
    "@push.rocks/tapbundle": "^6.0.3",
 | 
						|
    "@types/node": "^22.15.17",
 | 
						|
    "typescript": "^5.9.3"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@anthropic-ai/sdk": "^0.65.0",
 | 
						|
    "@push.rocks/smartarray": "^1.1.0",
 | 
						|
    "@push.rocks/smartfile": "^11.2.7",
 | 
						|
    "@push.rocks/smartpath": "^6.0.0",
 | 
						|
    "@push.rocks/smartpdf": "^4.1.1",
 | 
						|
    "@push.rocks/smartpromise": "^4.2.3",
 | 
						|
    "@push.rocks/smartrequest": "^4.3.1",
 | 
						|
    "@push.rocks/webstream": "^1.0.10",
 | 
						|
    "openai": "^5.12.2"
 | 
						|
  },
 | 
						|
  "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": [
 | 
						|
      "esbuild",
 | 
						|
      "puppeteer"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
 | 
						|
}
 |